diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-04-18 15:34:33 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-04-19 15:50:45 -0400 |
commit | 29ddac2bf64bb305b285db86015abebe8a0bd8b3 (patch) | |
tree | 34037b66261685496377e11f398014f71a70d843 /config/header.mk | |
parent | 0035cc4ff492cab91adeb49d0c577fe5982064bd (diff) | |
download | bfs-29ddac2bf64bb305b285db86015abebe8a0bd8b3.tar.xz |
config: Check for posix_spawn_file_actions_addfchdir{,_np}()
Diffstat (limited to 'config/header.mk')
-rw-r--r-- | config/header.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/header.mk b/config/header.mk index 3a1271e..8867200 100644 --- a/config/header.mk +++ b/config/header.mk @@ -10,7 +10,9 @@ include config/exports.mk # All header fragments we generate HEADERS := \ ${GEN}/getprogname.h \ - ${GEN}/getprogname-gnu.h + ${GEN}/getprogname-gnu.h \ + ${GEN}/posix-spawn-addfchdir.h \ + ${GEN}/posix-spawn-addfchdir-np.h ${GEN}/config.h: ${HEADERS} ${MSG} "[ GEN] ${TGT}" |