From 17da9c855a49925333433b4308c1b3384c65c50a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 19 Apr 2024 14:23:16 -0400 Subject: config: Check for fdclosedir() --- src/dir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dir.h') 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 -- cgit v1.2.3