diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-08 20:10:14 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-08 20:10:14 +0000 |
commit | b7ca7d087dc370a7c0228b020739c8ede40ebb88 (patch) | |
tree | fb06d971ad84d55f7a1f64a8b58147e053c64022 /libc/unistd/usleep.c | |
parent | 121d3f0fa26162682586580475aa96014fc47c53 (diff) |
Convert the rest of users to hidden
Diffstat (limited to 'libc/unistd/usleep.c')
-rw-r--r-- | libc/unistd/usleep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/unistd/usleep.c b/libc/unistd/usleep.c index 55e8f3fb7..db8b8710c 100644 --- a/libc/unistd/usleep.c +++ b/libc/unistd/usleep.c @@ -1,3 +1,5 @@ +#define nanosleep __nanosleep + #include <time.h> #include <sys/time.h> #include <sys/types.h> |