aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-10-22 14:13:58 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-10-22 14:13:58 +0000
commitb41f7406424e0b3f2d069e2c9c9f3e925c42c67e (patch)
tree4a5c2b94258f86c94b71da29a21a04234f7549d3 /configure
parent4945adc1fffd0641a0a273bcedeb52f3bba653bf (diff)
downloadskalibs-b41f7406424e0b3f2d069e2c9c9f3e925c42c67e.tar.gz
Change prsetchildsubreaper sysdep to prctl, add procctl sysdep
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 9f89a61..f873524 100755
--- a/configure
+++ b/configure
@@ -718,8 +718,9 @@ choose cl _nsgetexecutablepath '_NSGetExecutablePath()'
choose cl getexecname 'getexecname()'
choose cl dladdr 'dladdr()'
choose c pidfd_open 'pidfd_open()'
+choose cl prctl 'prctl()'
+choose cl procctl 'procctl()'
choose cl kevent 'kevent()'
-choose cl prsetchildsubreaper 'PR_SET_CHILD_SUBREAPER'
# Here are the evil irreducible run-time sysdeps.
choose clr devurandom '/dev/urandom'