diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-04-19 14:23:16 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-04-19 15:50:45 -0400 |
commit | 17da9c855a49925333433b4308c1b3384c65c50a (patch) | |
tree | f53a669cd9e1f1d05ba72508d7fcba182d5e28f3 /config/header.mk | |
parent | 6cdb407aa23d8b129e9b9a49a4528c3e0def69e6 (diff) | |
download | bfs-17da9c855a49925333433b4308c1b3384c65c50a.tar.xz |
config: Check for fdclosedir()
Diffstat (limited to 'config/header.mk')
-rw-r--r-- | config/header.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/header.mk b/config/header.mk index 36ad98e..04fbdec 100644 --- a/config/header.mk +++ b/config/header.mk @@ -11,6 +11,7 @@ include config/exports.mk HEADERS := \ ${GEN}/acl-is-trivial-np.h \ ${GEN}/confstr.h \ + ${GEN}/fdclosedir.h \ ${GEN}/getdents.h \ ${GEN}/getdents64.h \ ${GEN}/getdents64-syscall.h \ |