"Steven J. Hill" пре 20 година
родитељ
комит
c0e47c665d
1 измењених фајлова са 1 додато и 0 уклоњено
  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)