Browse Source

Fix alias.

"Steven J. Hill" 20 năm trước cách đây
mục cha
commit
c0e47c665d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)