aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2022-08-23 03:30:06 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2022-08-24 19:26:00 +0000
commit9fb8e8eede5b48eda7dc39f61d815595c14e5752 (patch)
tree3c187b06f88c87dbed37b52d1dad10a699edcd9f /include
parentcb6e97f4dae6d0b631b65f23baf2d4c67120f672 (diff)
Diffstat (limited to 'include')
-rw-r--r--include/dirent.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dirent.h b/include/dirent.h
index 702153e28fc0..047206258471 100644
--- a/include/dirent.h
+++ b/include/dirent.h
@@ -131,6 +131,11 @@ int scandir_b(const char *, struct dirent ***,
int (^)(const struct dirent **, const struct dirent **));
#endif
#endif
+#if __BSD_VISIBLE
+int scandirat(int, const char *, struct dirent ***,
+ int (*)(const struct dirent *), int (*)(const struct dirent **,
+ const struct dirent **));
+#endif
#if __XSI_VISIBLE
void seekdir(DIR *, long);
long telldir(DIR *);