Răsfoiți Sursa

prototype getdtablesize (nonstandard function)

Rich Felker 14 ani în urmă
părinte
comite
2155afd73e
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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