aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 9004f6e19eac..6bdaa73ede13 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1105,8 +1105,10 @@ struct task_struct {
1105 int exit_code, exit_signal; 1105 int exit_code, exit_signal;
1106 int pdeath_signal; /* The signal sent when the parent dies */ 1106 int pdeath_signal; /* The signal sent when the parent dies */
1107 unsigned int jobctl; /* JOBCTL_*, siglock protected */ 1107 unsigned int jobctl; /* JOBCTL_*, siglock protected */
1108 /* ??? */ 1108
1109 /* Used for emulating ABI behavior of previous Linux versions */
1109 unsigned int personality; 1110 unsigned int personality;
1111
1110 unsigned did_exec:1; 1112 unsigned did_exec:1;
1111 unsigned in_execve:1; /* Tell the LSMs that the process is doing an 1113 unsigned in_execve:1; /* Tell the LSMs that the process is doing an
1112 * execve */ 1114 * execve */