From b9ff960b2d55d918f6325099617fb4a2edbb7b40 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 10 Dec 2005 17:27:13 +0000 Subject: Remove unused weak_alias. Thanks Peter. --- libc/unistd/sleep.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/unistd/sleep.c') 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) -- cgit v1.2.3