summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-11 22:57:08 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-11 22:57:08 +0000
commit32544468e5db6a2635b6c0f9e261a288fe7179e9 (patch)
tree9a201bcbd941ab808e0d3d0386aa3b4713f6dac3 /configure
parentbeb9f82f12972b4f4b8830701c4d7ba02ddfbceb (diff)
downloadskalibs-32544468e5db6a2635b6c0f9e261a288fe7179e9.tar.xz
Add POSIX_SPAWN_SETSID_NP support
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index ff11ca6..a04de8f 100755
--- a/configure
+++ b/configure
@@ -642,6 +642,7 @@ choose cl getrandom 'getrandom()'
choose cl grndinsecure 'GRND_INSECURE'
choose cl chroot 'chroot()'
choose cl posixspawnsetsid 'POSIX_SPAWN_SETSID' $spawn_lib
+choose cl posixspawnsetsidnp 'POSIX_SPAWN_SETSID_NP' $spawn_lib
choose cl posixspawnchdir 'posix_spawn_file_actions_addchdir()' $spawn_lib
choose cl posixspawnchdirnp 'posix_spawn_file_actions_addchdir_np()' $spawn_lib