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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 5395a6176f4b..d6a515158783 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1096,10 +1096,9 @@ struct task_struct {
1096 pid_t pid; 1096 pid_t pid;
1097 pid_t tgid; 1097 pid_t tgid;
1098 1098
1099#ifdef CONFIG_CC_STACKPROTECTOR
1100 /* Canary value for the -fstack-protector gcc feature */ 1099 /* Canary value for the -fstack-protector gcc feature */
1101 unsigned long stack_canary; 1100 unsigned long stack_canary;
1102#endif 1101
1103 /* 1102 /*
1104 * pointers to (original) parent process, youngest child, younger sibling, 1103 * pointers to (original) parent process, youngest child, younger sibling,
1105 * older sibling, respectively. (p->father can be replaced with 1104 * older sibling, respectively. (p->father can be replaced with