summaryrefslogtreecommitdiff
path: root/src/unistd/sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/sleep.c')
-rw-r--r--src/unistd/sleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/sleep.c b/src/unistd/sleep.c
index e0b0c476..e1b38a0b 100644
--- a/src/unistd/sleep.c
+++ b/src/unistd/sleep.c
@@ -1,6 +1,6 @@
#if ((!defined _POSIX_C_SOURCE) || (_POSIX_C_SOURCE < 199309L))
#undef _POSIX_C_SOURCE
-#define _POSIX_C_SOURCE 199309L
+#define _POSIX_C_SOURCE 199309L /* force struct timespec */
#endif
#include <sys/types.h>