summaryrefslogtreecommitdiff
path: root/win32/unistd.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-01-19 02:35:22 +0000
committerPierre Joye <pajoye@php.net>2009-01-19 02:35:22 +0000
commit274dad3b830e7bfcd676a856550eff4c3fa36200 (patch)
tree562f797fb8cf439da9dc996817bbcf4cb4c03787 /win32/unistd.h
parente77326fabaa6952ba9660bc3e34b57c3351bb0a6 (diff)
downloadphp-git-274dad3b830e7bfcd676a856550eff4c3fa36200.tar.gz
- MFH:
- add nanosleep - expose nanosleep and usleep - [DOC] time_ nanosleep and time_ sleep_ until available on windows - change nanosleep signature to match posix one
Diffstat (limited to 'win32/unistd.h')
-rw-r--r--win32/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/unistd.h b/win32/unistd.h
index 96e0aedc13..0b9446149c 100644
--- a/win32/unistd.h
+++ b/win32/unistd.h
@@ -1,4 +1,4 @@
#ifndef _PHP_WIN32_UNISTD_H
#define _PHP_WIN32_UNISTD_H
-void usleep(unsigned int useconds);
+PHPAPI int usleep(unsigned int useconds);
#endif