mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
Fixes: http://autobuild.buildroot.net/results/02a2b1d9ece040c529308800403f0230ead4ed3e/ The previous build setup would check for pidfd_open using AC_CHECK_FUNC and would be incorrectly reported as true. Backport patch from upstream: [1]2507bc4757[2]587efb47df[3]5acbb5dc15Signed-off-by: Scott Fan <fancp2007@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>