Browse Source

Remove unused weak_alias. Thanks Peter.

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

+ 0 - 1
libc/unistd/sleep.c

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