From: Thomas Weißschuh Date: Mon, 15 Aug 2022 18:07:27 +0000 (+0200) Subject: meson: check for sys/pidfd.h X-Git-Tag: v2.39-rc1~549^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa5adf24052677d65f8f2f985f22fd95b58991f6;p=thirdparty%2Futil-linux.git meson: check for sys/pidfd.h 84732a8849a introduced this check for autotools. Signed-off-by: Thomas Weißschuh --- diff --git a/meson.build b/meson.build index 80778c4ca8..57bf8961e3 100644 --- a/meson.build +++ b/meson.build @@ -184,6 +184,7 @@ headers = ''' sys/mkdev.h sys/mount.h sys/param.h + sys/pidfd.h sys/prctl.h sys/resource.h sys/sendfile.h