]> granicus.if.org Git - strace/commitdiff
xlat: update CLONE_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 27 May 2019 21:25:52 +0000 (21:25 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 27 May 2019 21:25:52 +0000 (21:25 +0000)
* xlat/clone_flags.in (CLONE_PIDFD): New constant introduced by Linux
kernel commit v5.2-rc1~158^2~2.
* NEWS: Mention this.

NEWS
xlat/clone_flags.in

diff --git a/NEWS b/NEWS
index 8474403896907ae567146ddf9e95ea83bd793c38..e18b5056bb4413c0574ca6d89243161d3306e3aa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ Noteworthy changes in release ?.? (????-??-??)
 ==============================================
 
 * Improvements
-  * Updated lists of AUDIT_* and V4L2_* constants.
+  * Updated lists of AUDIT_*, CLONE_*, and V4L2_* constants.
 
 Noteworthy changes in release 5.1 (2019-05-22)
 ==============================================
index 2b08c79bbba1d401543873fd39185b1625681ad6..17f9f1a07012197b6da0efb327036941c9347bab 100644 (file)
@@ -3,6 +3,7 @@ CLONE_FS        0x00000200
 CLONE_FILES    0x00000400
 CLONE_SIGHAND  0x00000800
 CLONE_IDLETASK 0x00001000
+CLONE_PIDFD    0x00001000
 CLONE_PTRACE   0x00002000
 CLONE_VFORK    0x00004000
 CLONE_PARENT   0x00008000