diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-10 17:27:13 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-10 17:27:13 +0000 |
commit | b9ff960b2d55d918f6325099617fb4a2edbb7b40 (patch) | |
tree | ebac29965fdbee6674dbfdd501aea749d6d38b45 /libc/unistd/sleep.c | |
parent | 56ace36beb591b6f73bb92125b6dbbf0be72db8d (diff) |
Remove unused weak_alias. Thanks Peter.
Diffstat (limited to 'libc/unistd/sleep.c')
-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) |