Browse Source

Fix alias.

"Steven J. Hill" 18 years ago
parent
commit
c0e47c665d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/unistd/sleep.c

+ 1 - 0
libc/unistd/sleep.c

@@ -108,3 +108,4 @@ unsigned int attribute_hidden __sleep (unsigned int seconds)
     return result;
 }
 #endif
+strong_alias(__sleep,sleep)