diff options
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index 35df1cd5..b8f783ed 100644 --- a/include/unistd.h +++ b/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 |