소스 검색

prototype getdtablesize (nonstandard function)

Rich Felker 14 년 전
부모
커밋
2155afd73e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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