aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 195d72d5c102..7bc2d9290837 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1237,8 +1237,10 @@ struct task_struct {
1237 pid_t pid; 1237 pid_t pid;
1238 pid_t tgid; 1238 pid_t tgid;
1239 1239
1240#ifdef CONFIG_CC_STACKPROTECTOR
1240 /* Canary value for the -fstack-protector gcc feature */ 1241 /* Canary value for the -fstack-protector gcc feature */
1241 unsigned long stack_canary; 1242 unsigned long stack_canary;
1243#endif
1242 1244
1243 /* 1245 /*
1244 * pointers to (original) parent process, youngest child, younger sibling, 1246 * pointers to (original) parent process, youngest child, younger sibling,