mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00

- expose nanosleep and usleep - [DOC] time_ nanosleep and time_ sleep_ until available on windows
4 lines
105 B
C
4 lines
105 B
C
#ifndef _PHP_WIN32_UNISTD_H
|
|
#define _PHP_WIN32_UNISTD_H
|
|
PHPAPI int usleep(unsigned int useconds);
|
|
#endif
|