From: Rich Felker Date: Sun, 3 Apr 2011 22:15:36 +0000 (-0400) Subject: prototype getdtablesize (nonstandard function) X-Git-Tag: v0.7.6~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2155afd73ef15b8a4ce0f0b488068120cca1f0b6;p=oweals%2Fmusl.git prototype getdtablesize (nonstandard function) --- 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