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