Explorar o código

prototype getdtablesize (nonstandard function)

Rich Felker %!s(int64=14) %!d(string=hai) anos
pai
achega
2155afd73e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/unistd.h

+ 1 - 0
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