From 2155afd73ef15b8a4ce0f0b488068120cca1f0b6 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 3 Apr 2011 18:15:36 -0400 Subject: prototype getdtablesize (nonstandard function) --- include/unistd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.1