summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/unistd.h1
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