]> git.ipfire.org Git - thirdparty/util-linux.git/commit
meson: test for pidfd_getfd()
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 25 Sep 2024 06:09:29 +0000 (08:09 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Wed, 25 Sep 2024 06:09:29 +0000 (08:09 +0200)
commit2b12ea3a8966a6f3f1f9dd225d67dfcb362fd07d
treeefaade13a303d8892656a6ff7729f06d18ad6a77
parent42aa4cd4f6383875d4163620b0590c4ab659b68b
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 <thomas@t-8ch.de>
meson.build