summaryrefslogtreecommitdiffstats
path: root/build/header.mk
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-05-07 13:34:19 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-05-07 15:13:28 -0400
commit3908e7ef7ecaffd7b54228d09baeb1db83b0e45d (patch)
treead41f84cbac0011a717d875f0df1c62bf3fc83ad /build/header.mk
parentc7320b94af8db53b0a4b0a96e37d6e81a0d4a68c (diff)
downloadbfs-3908e7ef7ecaffd7b54228d09baeb1db83b0e45d.tar.xz
build: Check for 1- and 2-argument getmntent() variants
Diffstat (limited to 'build/header.mk')
-rw-r--r--build/header.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/header.mk b/build/header.mk
index 52dcb6a..da6de68 100644
--- a/build/header.mk
+++ b/build/header.mk
@@ -24,6 +24,8 @@ HEADERS := \
gen/has/getdents.h \
gen/has/getdents64.h \
gen/has/getdents64-syscall.h \
+ gen/has/getmntent-1.h \
+ gen/has/getmntent-2.h \
gen/has/getmntinfo.h \
gen/has/getprogname.h \
gen/has/getprogname-gnu.h \