diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index d35d2b6ddbfb..d13341b55096 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -526,7 +526,8 @@ struct signal_struct { | |||
526 | unsigned int has_child_subreaper:1; | 526 | unsigned int has_child_subreaper:1; |
527 | 527 | ||
528 | /* POSIX.1b Interval Timers */ | 528 | /* POSIX.1b Interval Timers */ |
529 | struct list_head posix_timers; | 529 | int posix_timer_id; |
530 | struct list_head posix_timers; | ||
530 | 531 | ||
531 | /* ITIMER_REAL timer for the process */ | 532 | /* ITIMER_REAL timer for the process */ |
532 | struct hrtimer real_timer; | 533 | struct hrtimer real_timer; |