summaryrefslogtreecommitdiff
path: root/win32/unistd.h
blob: 96e0aedc13475a3eb89af0f0e7b525a18b9e1174 (plain)
1
2
3
4
#ifndef _PHP_WIN32_UNISTD_H
#define _PHP_WIN32_UNISTD_H
void usleep(unsigned int useconds);
#endif