Browse Source

prototype getdtablesize (nonstandard function)

Rich Felker 14 years ago
parent
commit
2155afd73e
1 changed files with 1 additions and 0 deletions
  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