From c0e47c665d2d99fa6e08a7cfc90847912227e180 Mon Sep 17 00:00:00 2001
From: "\"Steven J. Hill\"" <sjhill@realitydiluted.com>
Date: Sat, 10 Dec 2005 18:39:26 +0000
Subject: Fix alias.

---
 libc/unistd/sleep.c | 1 +
 1 file changed, 1 insertion(+)

(limited to 'libc/unistd')

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)
-- 
cgit v1.2.3