Parcourir la source

prototype getdtablesize (nonstandard function)

Rich Felker il y a 14 ans
Parent
commit
2155afd73e
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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