procps/src
Fabrice Fontaine 17f94796a9 fix pifd_open check
Replace AC_CHECK_FUNC by AC_CHECK_FUNCS otherwise HAVE_PIDFD_OPEN will
never be defined resulting in the following build failure if pidfd_open
is available but __NR_pidfd_open is not available:

pgrep.c: In function 'pidfd_open':
pgrep.c:748:17: error: '__NR_pidfd_open' undeclared (first use in this function); did you mean 'pidfd_open'?
  748 |  return syscall(__NR_pidfd_open, pid, flags);
      |                 ^~~~~~~~~~~~~~~
      |                 pidfd_open

This build failure is raised since the addition of pwait in version
3.3.17 and
c8384e682c

Fixes:
 - http://autobuild.buildroot.org/results/f23a5156e641b2ebdd673973dec0f9c87760c688

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2022-11-09 10:15:05 +00:00
..
ps Improve trace(). 2022-09-01 22:44:05 +00:00
tests build-sys: Relocate lib/ 2022-08-29 20:28:03 +10:00
top top: also adapted to absent 'core id' in /proc/cpuinfo 2022-10-30 21:18:30 +11:00
free.c free: --si changes base of default output 2022-09-28 07:57:03 +00:00
kill.c misc: Move all binaries to src 2022-08-29 18:29:28 +10:00
pgrep.c fix pifd_open check 2022-11-09 10:15:05 +00:00
pidof.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
pmap.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
pwdx.c misc: Move all binaries to src 2022-08-29 18:29:28 +10:00
skill.c skill: Update include location too 2022-08-29 21:37:40 +10:00
slabtop.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
sysctl.c misc: Move all binaries to src 2022-08-29 18:29:28 +10:00
tload.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
uptime.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
vmstat.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
w.c w: Show time with TIME_BITS=64 on 32bit env 2022-11-09 21:02:09 +11:00
watch.c misc: Move all binaries to src 2022-08-29 18:29:28 +10:00