From 252e2ad869637ca3ef8690854a8fac784b869ec9 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 10 Sep 2023 04:59:41 +0000 Subject: Add POSIX_SPAWN_SETSID support to cspawn Signed-off-by: Laurent Bercot --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index c0ba5ac..748e70d 100755 --- a/configure +++ b/configure @@ -640,10 +640,11 @@ choose cl explicit_bzero 'explicit_bzero()' choose cl getrandom 'getrandom()' choose cl grndinsecure 'GRND_INSECURE' choose cl chroot 'chroot()' +choose cl posixspawnsetsid 'POSIX_SPAWN_SETSID' ${spawn_lib} # Here are the evil irreducible run-time sysdeps. choose clr devurandom '/dev/urandom' -choose clr posixspawnearlyreturn 'posix_spawn() returning early' +choose clr posixspawnearlyreturn 'posix_spawn() incorrectly returning early' ${spawn_lib} # Finally, produce config.mak and config.h -- cgit v1.3.1