mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
add usleep() to the header, already exported to dll
This commit is contained in:
parent
638f1c3b79
commit
c7490a6edd
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue