summaryrefslogtreecommitdiffstats
path: root/build/header.mk
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-05-17 17:58:27 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-05-17 18:00:09 -0400
commit8fbfb0b973b1ff8307f7c29e6e8facb7e0f72ea0 (patch)
tree316b3fb074a6d063e1868cfe98ca9b97af0e4262 /build/header.mk
parentcf9230659e8d64e95209a4d57cbda8a474049ddb (diff)
downloadbfs-8fbfb0b973b1ff8307f7c29e6e8facb7e0f72ea0.tar.xz
dir: Add support for posix_getdents()
This will be added to the next POSIX standard, and is already implemented in musl. Link: https://www.austingroupbugs.net/view.php?id=697 Link: https://git.musl-libc.org/cgit/musl/commit/?id=1b0d48517f816e98f19111df82f32bfc1608ecec
Diffstat (limited to 'build/header.mk')
-rw-r--r--build/header.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/header.mk b/build/header.mk
index 3cea6d7..a449b77 100644
--- a/build/header.mk
+++ b/build/header.mk
@@ -32,6 +32,7 @@ HEADERS := \
gen/has/getprogname.h \
gen/has/max-align-t.h \
gen/has/pipe2.h \
+ gen/has/posix-getdents.h \
gen/has/posix-spawn-addfchdir-np.h \
gen/has/posix-spawn-addfchdir.h \
gen/has/st-acmtim.h \