diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2022-08-23 03:30:06 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2022-08-24 19:26:00 +0000 |
| commit | 9fb8e8eede5b48eda7dc39f61d815595c14e5752 (patch) | |
| tree | 3c187b06f88c87dbed37b52d1dad10a699edcd9f /include | |
| parent | cb6e97f4dae6d0b631b65f23baf2d4c67120f672 (diff) | |
Diffstat (limited to 'include')
| -rw-r--r-- | include/dirent.h | 5 |
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 *); |
