From: Thomas Weißschuh Date: Wed, 25 Sep 2024 06:09:29 +0000 (+0200) Subject: meson: test for pidfd_getfd() X-Git-Tag: v2.42-start~190^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b12ea3a8966a6f3f1f9dd225d67dfcb362fd07d;p=thirdparty%2Futil-linux.git meson: test for pidfd_getfd() Commit 55c7120accab ("nsenter: Provide an option to join target process's socket net namespace") added stubs for pidfd_getfd() but didn't add the code for meson to check if the function is already available. Signed-off-by: Thomas Weißschuh --- diff --git a/meson.build b/meson.build index 95e6541e9..71f88a163 100644 --- a/meson.build +++ b/meson.build @@ -587,6 +587,7 @@ funcs = ''' ntp_gettime open_tree personality + pidfd_getfd pidfd_open pidfd_send_signal posix_fadvise