summaryrefslogtreecommitdiffstats
path: root/include/dirent.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-12-23 15:52:13 +0000
committerbde <bde@FreeBSD.org>1999-12-23 15:52:13 +0000
commit910709e8909f563461233eb475f4ce8a49841ab9 (patch)
tree2287aa51bf88820dd7f524c49658e8d0e149af4f /include/dirent.h
parentaf5509c2c77b18f70bfd26f1e2149a1e39ef0819 (diff)
downloadFreeBSD-src-910709e8909f563461233eb475f4ce8a49841ab9.zip
FreeBSD-src-910709e8909f563461233eb475f4ce8a49841ab9.tar.gz
Fixed missing declaration of getdents(2).
Diffstat (limited to 'include/dirent.h')
-rw-r--r--include/dirent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dirent.h b/include/dirent.h
index 7dc16e7..653bf39 100644
--- a/include/dirent.h
+++ b/include/dirent.h
@@ -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 */
OpenPOWER on IntegriCloud