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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 2127e959e0f4..397c20cfb6a5 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1158,6 +1158,8 @@ struct task_struct {
1158 /* ??? */ 1158 /* ??? */
1159 unsigned int personality; 1159 unsigned int personality;
1160 unsigned did_exec:1; 1160 unsigned did_exec:1;
1161 unsigned in_execve:1; /* Tell the LSMs that the process is doing an
1162 * execve */
1161 pid_t pid; 1163 pid_t pid;
1162 pid_t tgid; 1164 pid_t tgid;
1163 1165