OSDN Git Service

prototype getdtablesize (nonstandard function)
authorRich Felker <dalias@aerifal.cx>
Sun, 3 Apr 2011 22:15:36 +0000 (18:15 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 3 Apr 2011 22:15:36 +0000 (18:15 -0400)
include/unistd.h

index 35df1cd..b8f783e 100644 (file)
@@ -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