diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-22 14:13:58 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-22 14:13:58 +0000 |
| commit | b41f7406424e0b3f2d069e2c9c9f3e925c42c67e (patch) | |
| tree | 4a5c2b94258f86c94b71da29a21a04234f7549d3 /configure | |
| parent | 4945adc1fffd0641a0a273bcedeb52f3bba653bf (diff) | |
| download | skalibs-b41f7406424e0b3f2d069e2c9c9f3e925c42c67e.tar.gz | |
Change prsetchildsubreaper sysdep to prctl, add procctl sysdep
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' |
