summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-01-19 05:15:48 -0800
committerLinus Torvalds <torvalds@home.osdl.org>2004-01-19 05:15:48 -0800
commit8ce5870de372c3f15c4d34539e08305f70516139 (patch)
tree7465b37d8885ef26c0cf5e758dba6b333ce6ecee /include/linux
parent8883639bf925984ee0693118828db7e46b2380cf (diff)
[PATCH] Remove CLONE_DETACHED
From: Andries.Brouwer@cwi.nl Remove obsolete CLONE_DETACHED
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index dba09fa98441..f5f84aedbaec 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -50,7 +50,7 @@ struct exec_domain;
#define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */
#define CLONE_PARENT_SETTID 0x00100000 /* set the TID in the parent */
#define CLONE_CHILD_CLEARTID 0x00200000 /* clear the TID in the child */
-#define CLONE_DETACHED 0x00400000 /* Not used - CLONE_THREAD implies detached uniquely */
+#define CLONE_DETACHED 0x00400000 /* Unused, ignored */
#define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
#define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */
#define CLONE_STOPPED 0x02000000 /* Start in stopped state */