summaryrefslogtreecommitdiffstats
path: root/src/dir.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-04-19 14:23:16 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-04-19 15:50:45 -0400
commit17da9c855a49925333433b4308c1b3384c65c50a (patch)
treef53a669cd9e1f1d05ba72508d7fcba182d5e28f3 /src/dir.h
parent6cdb407aa23d8b129e9b9a49a4528c3e0def69e6 (diff)
downloadbfs-17da9c855a49925333433b4308c1b3384c65c50a.tar.xz
config: Check for fdclosedir()
Diffstat (limited to 'src/dir.h')
-rw-r--r--src/dir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dir.h b/src/dir.h
index 19dfa98..bc6c4ed 100644
--- a/src/dir.h
+++ b/src/dir.h
@@ -152,7 +152,7 @@ int bfs_closedir(struct bfs_dir *dir);
* Whether the bfs_unwrapdir() function is supported.
*/
#ifndef BFS_USE_UNWRAPDIR
-# define BFS_USE_UNWRAPDIR (BFS_USE_GETDENTS || __FreeBSD__)
+# define BFS_USE_UNWRAPDIR (BFS_USE_GETDENTS || BFS_HAS_FDCLOSEDIR)
#endif
#if BFS_USE_UNWRAPDIR