]> git.ipfire.org Git - thirdparty/systemd.git/commit
pidfd: properly detect if libc offers pidfd syscalls and make use of them then
authorLennart Poettering <lennart@poettering.net>
Wed, 8 May 2024 10:27:38 +0000 (12:27 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 8 May 2024 13:36:40 +0000 (15:36 +0200)
commitd6bfc3d88948edff6a1d683bb3ab4187730ac0a7
tree1859e9c75f0e4c4b6bb63e453688ca31e1038699
parent6724a0f0a3c9676854c7dd8935a15159b0a412a9
pidfd: properly detect if libc offers pidfd syscalls and make use of them then

We never updated the meson checks when glibc finally learned about these
syscalls, address that.
meson.build
src/basic/pidref.c
src/libsystemd/sd-event/sd-event.c
src/libsystemd/sd-event/test-event.c
src/libsystemd/sd-login/test-login.c
src/login/pam_systemd.c
src/test/test-aux-scope.c