]> granicus.if.org Git - strace/commitdiff
xlat: update waitid_types
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sun, 20 Oct 2019 17:21:55 +0000 (19:21 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 20 Oct 2019 18:12:10 +0000 (18:12 +0000)
* 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

index 99a3560de64c682f34c9f1a258276c69acc306f8..036a2b291406833f464ee84fc344c475a556b590 100644 (file)
@@ -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