mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
274dad3b83
- add nanosleep - expose nanosleep and usleep - [DOC] time_ nanosleep and time_ sleep_ until available on windows - change nanosleep signature to match posix one
5 lines
105 B
C
5 lines
105 B
C
#ifndef _PHP_WIN32_UNISTD_H
|
|
#define _PHP_WIN32_UNISTD_H
|
|
PHPAPI int usleep(unsigned int useconds);
|
|
#endif
|