aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-01-04 10:20:43 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-01-04 10:20:43 +0000
commitfe7f9ec6c12c67b4427cadef89ed7429245a1f0d (patch)
tree94213a51e532791c45d834626c8dc709b97c8d0c /include
parenta812a566d0fa4f78faf81b0af181127df626f326 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/dirent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dirent.h b/include/dirent.h
index 39fae878d7c0..7dc16e766f88 100644
--- a/include/dirent.h
+++ b/include/dirent.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)dirent.h 8.2 (Berkeley) 7/28/94
+ * $FreeBSD$
*/
#ifndef _DIRENT_H_
@@ -94,6 +95,7 @@ int scandir __P((const char *, struct dirent ***,
int (*)(struct dirent *), int (*)(const void *, const void *)));
int alphasort __P((const void *, const void *));
int getdirentries __P((int, char *, int, long *));
+int readdir_r __P((DIR *, struct dirent *, struct dirent **));
#endif /* not POSIX */
__END_DECLS