]> granicus.if.org Git - strace/commitdiff
Update CLONE_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 29 Mar 2016 00:44:50 +0000 (00:44 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 29 Mar 2016 00:51:28 +0000 (00:51 +0000)
* xlat/clone_flags.in: Rename CLONE_STOPPED to CLONE_NEWCGROUP.
The former was removed by linux kernel commit v2.6.38-rc1~217.
The latter was introduced by linux kernel commit v4.6-rc1~67^2~8.

xlat/clone_flags.in

index 861642861d4e5a90252f6669c01ee8d783154da7..2b08c79bbba1d401543873fd39185b1625681ad6 100644 (file)
@@ -14,7 +14,7 @@ CLONE_PARENT_SETTID   0x00100000
 CLONE_CHILD_CLEARTID   0x00200000
 CLONE_UNTRACED 0x00800000
 CLONE_CHILD_SETTID     0x01000000
-CLONE_STOPPED  0x02000000
+CLONE_NEWCGROUP        0x02000000
 CLONE_NEWUTS   0x04000000
 CLONE_NEWIPC   0x08000000
 CLONE_NEWUSER  0x10000000