summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/telldir.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/telldir.h')
-rw-r--r--lib/libc/gen/telldir.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/telldir.h b/lib/libc/gen/telldir.h
index ef930d2..04989bb 100644
--- a/lib/libc/gen/telldir.h
+++ b/lib/libc/gen/telldir.h
@@ -36,6 +36,7 @@
#define _TELLDIR_H_
#include <sys/queue.h>
+#include <stdbool.h>
/*
* One of these structures is malloced to describe the current directory
@@ -59,6 +60,7 @@ struct _telldir {
long td_loccnt; /* index of entry for sequential readdir's */
};
+bool _filldir(DIR *, bool);
struct dirent *_readdir_unlocked(DIR *, int);
void _reclaim_telldir(DIR *);
void _seekdir(DIR *, long);
OpenPOWER on IntegriCloud