浏览代码

Fix alias.

"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)