From: Eugene Syromyatnikov Date: Sun, 20 Oct 2019 17:21:55 +0000 (+0200) Subject: xlat: update waitid_types X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7da9d1929a9f8fade3607c221252f1e947d3de1e;p=strace 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. --- 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