diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/unistd/sleep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/unistd/sleep.c b/libc/unistd/sleep.c index 03e43f43b..a9266588a 100644 --- a/libc/unistd/sleep.c +++ b/libc/unistd/sleep.c @@ -108,4 +108,3 @@ unsigned int attribute_hidden __sleep (unsigned int seconds) return result; } #endif -weak_alias(__sleep,sleep) |