diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-04-19 14:15:30 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-04-19 15:50:45 -0400 |
commit | 6cdb407aa23d8b129e9b9a49a4528c3e0def69e6 (patch) | |
tree | b32a4862101e4144eaff83e3baeabbb98aedabba /config/header.mk | |
parent | 71f822ec2bf8c41f782f154d87b7b415a530dd03 (diff) | |
download | bfs-6cdb407aa23d8b129e9b9a49a4528c3e0def69e6.tar.xz |
config: Check for strerror_[lr]()
Diffstat (limited to 'config/header.mk')
-rw-r--r-- | config/header.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/header.mk b/config/header.mk index 55657f8..36ad98e 100644 --- a/config/header.mk +++ b/config/header.mk @@ -20,7 +20,11 @@ HEADERS := \ ${GEN}/posix-spawn-addfchdir.h \ ${GEN}/posix-spawn-addfchdir-np.h \ ${GEN}/statx.h \ - ${GEN}/statx-syscall.h + ${GEN}/statx-syscall.h \ + ${GEN}/strerror-l.h \ + ${GEN}/strerror-r-gnu.h \ + ${GEN}/strerror-r-posix.h \ + ${GEN}/uselocale.h ${GEN}/config.h: ${HEADERS} ${MSG} "[ GEN] ${TGT}" |