We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b66803 commit 7d66eebCopy full SHA for 7d66eeb
win32/unistd.h
@@ -1 +1,4 @@
1
-extern void usleep(unsigned int useconds);
+#ifndef _PHP_WIN32_UNISTD_H
2
+#define _PHP_WIN32_UNISTD_H
3
+void usleep(unsigned int useconds);
4
+#endif
0 commit comments