diff options
Diffstat (limited to 'src/unistd/sleep.c')
-rw-r--r-- | src/unistd/sleep.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/sleep.c b/src/unistd/sleep.c index e1b38a0b..3cd2996f 100644 --- a/src/unistd/sleep.c +++ b/src/unistd/sleep.c @@ -1,3 +1,5 @@ +#if 0 + #if ((!defined _POSIX_C_SOURCE) || (_POSIX_C_SOURCE < 199309L)) #undef _POSIX_C_SOURCE #define _POSIX_C_SOURCE 199309L /* force struct timespec */ @@ -22,3 +24,6 @@ unsigned sleep(unsigned seconds) /* POSIX(1) */ + + +#endif |