add usleep() to the header, already exported to dll

This commit is contained in:
Anatol Belski 2013-07-10 16:16:33 +02:00
parent 638f1c3b79
commit c7490a6edd

View file

@ -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 nanosleep( const struct timespec * rqtp, struct timespec * rmtp );
PHPAPI int usleep(unsigned int useconds);
#endif #endif