diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-11 18:24:05 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-11 18:24:05 +0000 |
commit | 1b0fce052f0adf2e4f3da7762cd9f4885a5d9da8 (patch) | |
tree | ed62766bb1e9c9ec7a326e2a33424840c4dfdb23 /configure | |
parent | e396f10de8804d1603a907069557b80e042f56ca (diff) | |
download | skalibs-1b0fce052f0adf2e4f3da7762cd9f4885a5d9da8.tar.gz skalibs-1b0fce052f0adf2e4f3da7762cd9f4885a5d9da8.tar.xz skalibs-1b0fce052f0adf2e4f3da7762cd9f4885a5d9da8.zip |
Add posix_spawn_file_actions_addchdir() support
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
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' |