php-src/win32/unistd.h
Pierre Joye b54a6fc5b3 - add nanosleep
- expose nanosleep and usleep
- [DOC] time_ nanosleep and time_ sleep_ until available on windows
2009-01-19 02:29:24 +00:00

5 lines
105 B
C

#ifndef _PHP_WIN32_UNISTD_H
#define _PHP_WIN32_UNISTD_H
PHPAPI int usleep(unsigned int useconds);
#endif