about summary refs log tree commit diff
path: root/posix/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-01-28 17:38:38 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-05-17 10:34:36 -0300
commitb3528b0048f24e1f3019860c951f17f09e54ff8b (patch)
treedede7fbbf5b9b6ed79e6c24554df5dc24cdeb13e /posix/Makefile
parent56cf9e8eec3bdc0ce44efeda373de9d6b825ea1e (diff)
downloadglibc-b3528b0048f24e1f3019860c951f17f09e54ff8b.tar.gz
glibc-b3528b0048f24e1f3019860c951f17f09e54ff8b.tar.xz
glibc-b3528b0048f24e1f3019860c951f17f09e54ff8b.zip
linux: Add P_PIDFD
It was added on Linux 5.4 (3695eae5fee0605f316fbaad0b9e3de791d7dfaf)
to extend waitid to wait on pidfd.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'posix/Makefile')
-rw-r--r--posix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile
index 9b30b53a7c..cfebb8ef06 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -32,7 +32,7 @@ headers	:= sys/utsname.h sys/times.h sys/wait.h sys/types.h unistd.h	      \
 	   bits/waitflags.h bits/waitstatus.h sys/unistd.h sched.h	      \
 	   bits/sched.h bits/cpu-set.h re_comp.h wait.h bits/environments.h   \
 	   cpio.h spawn.h bits/unistd.h bits/types/struct_sched_param.h	      \
-	   bits/unistd_ext.h
+	   bits/unistd_ext.h bits/types/idtype_t.h
 
 routines :=								      \
 	uname								      \