"Steven J. Hill" 20 жил өмнө
parent
commit
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)