Commit: c7490a6edd9b11a89712cae74aa11339fb8d1e68 Author: Anatol Belski <a...@php.net> Wed, 10 Jul 2013 16:16:33 +0200 Parents: 638f1c3b799173f76a1ed2cc0806f82a3e3fe500 Branches: master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=c7490a6edd9b11a89712cae74aa11339fb8d1e68 Log: add usleep() to the header, already exported to dll Changed paths: M win32/time.h Diff: diff --git a/win32/time.h b/win32/time.h index f841a2b..d5d86eb 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 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php