about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index b54c2fc..72d95ab 100755
--- a/configure
+++ b/configure
@@ -659,6 +659,7 @@ choose cl explicit_bzero 'explicit_bzero()'
 choose cl getrandom 'getrandom()'
 choose cl grndinsecure 'GRND_INSECURE'
 choose cl chroot 'chroot()'
+choose cl clonenewpid 'clone3() with CLONE_NEWPID'
 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