Browse Source

prototype getdtablesize (nonstandard function)

Rich Felker 14 năm trước cách đây
mục cha
commit
2155afd73e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);
 int nice(int);
 void sync(void);
+int getdtablesize(void);
 #endif
 
 #ifdef _GNU_SOURCE