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 d35d2b6ddbf..d13341b5509 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -526,7 +526,8 @@ struct signal_struct {  	unsigned int		has_child_subreaper:1;  	/* POSIX.1b Interval Timers */ -	struct list_head posix_timers; +	int			posix_timer_id; +	struct list_head	posix_timers;  	/* ITIMER_REAL timer for the process */  	struct hrtimer real_timer;  |