diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-04-18 16:16:18 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-04-19 15:50:45 -0400 |
commit | 1207086b5a6341412c647480eea68c870b18bba1 (patch) | |
tree | 3bdacc576075c5d7c71456c841e3e720c0eb84a4 /config/header.mk | |
parent | 29ddac2bf64bb305b285db86015abebe8a0bd8b3 (diff) | |
download | bfs-1207086b5a6341412c647480eea68c870b18bba1.tar.xz |
config: Check for getdents{,64}()
Diffstat (limited to 'config/header.mk')
-rw-r--r-- | config/header.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/header.mk b/config/header.mk index 8867200..cc4ae05 100644 --- a/config/header.mk +++ b/config/header.mk @@ -9,6 +9,9 @@ include config/exports.mk # All header fragments we generate HEADERS := \ + ${GEN}/getdents.h \ + ${GEN}/getdents64.h \ + ${GEN}/getdents64-syscall.h \ ${GEN}/getprogname.h \ ${GEN}/getprogname-gnu.h \ ${GEN}/posix-spawn-addfchdir.h \ |