prototype getdtablesize (nonstandard function)

This commit is contained in:
Rich Felker 2011-04-03 18:15:36 -04:00
parent 1db283bf19
commit 2155afd73e

View 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