summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-11 18:24:05 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-11 18:24:05 +0000
commit1b0fce052f0adf2e4f3da7762cd9f4885a5d9da8 (patch)
treeed62766bb1e9c9ec7a326e2a33424840c4dfdb23 /configure
parente396f10de8804d1603a907069557b80e042f56ca (diff)
downloadskalibs-1b0fce052f0adf2e4f3da7762cd9f4885a5d9da8.tar.xz
Add posix_spawn_file_actions_addchdir() support
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 1e058c0..ff11ca6 100755
--- a/configure
+++ b/configure
@@ -642,6 +642,8 @@ choose cl getrandom 'getrandom()'
choose cl grndinsecure 'GRND_INSECURE'
choose cl chroot 'chroot()'
choose cl posixspawnsetsid 'POSIX_SPAWN_SETSID' $spawn_lib
+choose cl posixspawnchdir 'posix_spawn_file_actions_addchdir()' $spawn_lib
+choose cl posixspawnchdirnp 'posix_spawn_file_actions_addchdir_np()' $spawn_lib
# Here are the evil irreducible run-time sysdeps.
choose clr devurandom '/dev/urandom'