Fixed missing declaration of getdents(2).

This commit is contained in:
Bruce Evans 1999-12-23 15:52:13 +00:00
parent 7e58bfacbe
commit 19fa8f60e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55030

View File

@ -94,6 +94,7 @@ void seekdir __P((DIR *, long));
int scandir __P((const char *, struct dirent ***,
int (*)(struct dirent *), int (*)(const void *, const void *)));
int alphasort __P((const void *, const void *));
int getdents __P((int, char *, int));
int getdirentries __P((int, char *, int, long *));
int readdir_r __P((DIR *, struct dirent *, struct dirent **));
#endif /* not POSIX */