diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 16e4d984fe51..cfb7da88c217 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -742,7 +742,7 @@ struct task_struct { | |||
742 | pid_t pid; | 742 | pid_t pid; |
743 | pid_t tgid; | 743 | pid_t tgid; |
744 | 744 | ||
745 | #ifdef CONFIG_CC_STACKPROTECTOR | 745 | #ifdef CONFIG_STACKPROTECTOR |
746 | /* Canary value for the -fstack-protector GCC feature: */ | 746 | /* Canary value for the -fstack-protector GCC feature: */ |
747 | unsigned long stack_canary; | 747 | unsigned long stack_canary; |
748 | #endif | 748 | #endif |