diff options
author | Anatol Belski <ab@php.net> | 2013-07-10 16:16:33 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2013-07-10 16:16:33 +0200 |
commit | c7490a6edd9b11a89712cae74aa11339fb8d1e68 (patch) | |
tree | 7530706fa359f03432a35bdcafb5ff228aaff4ae /win32/time.h | |
parent | 638f1c3b799173f76a1ed2cc0806f82a3e3fe500 (diff) | |
download | php-git-c7490a6edd9b11a89712cae74aa11339fb8d1e68.tar.gz |
add usleep() to the header, already exported to dll
Diffstat (limited to 'win32/time.h')
-rw-r--r-- | win32/time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/time.h b/win32/time.h index f841a2b601..d5d86eb1ed 100644 --- a/win32/time.h +++ b/win32/time.h @@ -50,4 +50,6 @@ PHPAPI extern int setitimer(int which, const struct itimerval *value, PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ); +PHPAPI int usleep(unsigned int useconds); + #endif |