diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-10 18:39:26 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-10 18:39:26 +0000 |
commit | c0e47c665d2d99fa6e08a7cfc90847912227e180 (patch) | |
tree | 51af330f256b17bea4c13d4e497207ee1a136de0 /libc | |
parent | 460caef23ff4da3ee374fad644510f57c0624fa5 (diff) |
Fix alias.
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) |