From d9c3e3676d86094abaa239b3218f57bf49d70b4f Mon Sep 17 00:00:00 2001 From: Craig Small Date: Wed, 9 Nov 2022 21:32:26 +1100 Subject: [PATCH] revert: pidfd_open check This change confused the pidfd_open check with the existance of NR_pidfd_open --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1a3ccdb8..629881a6 100644 --- a/configure.ac +++ b/configure.ac @@ -160,7 +160,7 @@ AC_TRY_COMPILE([#include ], AC_MSG_RESULT(yes), AC_MSG_RESULT(no)) -AC_CHECK_FUNCS([pidfd_open], [enable_pidwait=yes], [ +AC_CHECK_FUNC([pidfd_open], [enable_pidwait=yes], [ AC_MSG_CHECKING([for __NR_pidfd_open]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([ #include