summaryrefslogtreecommitdiff
path: root/libc/unistd/usleep.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-08 20:10:14 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-08 20:10:14 +0000
commitb7ca7d087dc370a7c0228b020739c8ede40ebb88 (patch)
treefb06d971ad84d55f7a1f64a8b58147e053c64022 /libc/unistd/usleep.c
parent121d3f0fa26162682586580475aa96014fc47c53 (diff)
Convert the rest of users to hidden
Diffstat (limited to 'libc/unistd/usleep.c')
-rw-r--r--libc/unistd/usleep.c2
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>