From aeb44e19d8021c69ff39657c8c6f6a89b66ba8b2 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Tue, 13 Aug 2002 00:36:26 -0700 Subject: [PATCH] clone-detached-2.5.31-B0 the attached patch implements the per-CPU thread-structure cache to do detached exit, if the parent does not want to be notified of child exit via a signal. --- include/linux/sched.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/sched.h b/include/linux/sched.h index d44342a05d5b..63a6b938b145 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -47,6 +47,7 @@ struct exec_domain; #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ #define CLONE_SETTID 0x00100000 /* write the TID back to userspace */ +#define CLONE_DETACHED 0x00200000 /* parent wants no child-exit signal */ #define CLONE_SIGNAL (CLONE_SIGHAND | CLONE_THREAD) -- cgit v1.2.3