浏览代码

prototype getdtablesize (nonstandard function)

Rich Felker 14 年之前
父节点
当前提交
2155afd73e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/unistd.h

+ 1 - 0
include/unistd.h

@@ -141,6 +141,7 @@ void swab(const void *, void *, ssize_t);
 long gethostid(void);
 long gethostid(void);
 int nice(int);
 int nice(int);
 void sync(void);
 void sync(void);
+int getdtablesize(void);
 #endif
 #endif
 
 
 #ifdef _GNU_SOURCE
 #ifdef _GNU_SOURCE