From 7da9d1929a9f8fade3607c221252f1e947d3de1e Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Sun, 20 Oct 2019 19:21:55 +0200 Subject: [PATCH] xlat: update waitid_types * xlat/waitid_types.in (P_PIDFD): New constant, introduced by Linux commit v5.4-rc1~203^2~4. (P_ALL, P_PID, P_PGID): Add fallback values. (P_PPID, P_SID, P_CID, P_UID, P_GID, P_LWPID): Remove. --- xlat/waitid_types.in | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/xlat/waitid_types.in b/xlat/waitid_types.in index 99a3560d..036a2b29 100644 --- a/xlat/waitid_types.in +++ b/xlat/waitid_types.in @@ -1,9 +1,5 @@ -P_PID -P_PPID -P_PGID -P_SID -P_CID -P_UID -P_GID -P_ALL -P_LWPID +#value_indexed +P_ALL 0 +P_PID 1 +P_PGID 2 +P_PIDFD 3 -- 2.50.1