"Steven J. Hill" 20 anni fa
parent
commit
c0e47c665d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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)