]> granicus.if.org Git - strace/commitdiff
xlat: add comment about CLONE_DETACHED to clone_flags.in
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 2 Sep 2019 12:48:40 +0000 (14:48 +0200)
committerEugene Syromyatnikov <evgsyr@gmail.com>
Tue, 3 Sep 2019 11:58:40 +0000 (13:58 +0200)
It's ignored by kernel, but present in the UAPI header.

* xlat/clone_flags.in: Add a comment about CLONE_DETACHED.

xlat/clone_flags.in

index e443fd2d0441abff4a83844b5c7395b2b24757d6..9c967234b69243a04e861c142fb69ace4dfb5b86 100644 (file)
@@ -12,6 +12,7 @@ CLONE_SYSVSEM 0x00040000
 CLONE_SETTLS   0x00080000
 CLONE_PARENT_SETTID    0x00100000
 CLONE_CHILD_CLEARTID   0x00200000
+/* CLONE_DETACHED      0x00400000 - ignored by kernel */
 CLONE_UNTRACED 0x00800000
 CLONE_CHILD_SETTID     0x01000000
 CLONE_NEWCGROUP        0x02000000