summaryrefslogtreecommitdiff
path: root/win32/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/unistd.h')
-rw-r--r--win32/unistd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/unistd.h b/win32/unistd.h
new file mode 100644
index 0000000..0b94461
--- /dev/null
+++ b/win32/unistd.h
@@ -0,0 +1,4 @@
+#ifndef _PHP_WIN32_UNISTD_H
+#define _PHP_WIN32_UNISTD_H
+PHPAPI int usleep(unsigned int useconds);
+#endif