diff options
Diffstat (limited to 'include/linux/posix-timers.h')
| -rw-r--r-- | include/linux/posix-timers.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/linux/posix-timers.h b/include/linux/posix-timers.h index c85704fcdbd2..ee7e987ea1b4 100644 --- a/include/linux/posix-timers.h +++ b/include/linux/posix-timers.h @@ -95,8 +95,8 @@ struct k_itimer {  	clockid_t		it_clock;  	timer_t			it_id;  	int			it_active; -	int			it_overrun; -	int			it_overrun_last; +	s64			it_overrun; +	s64			it_overrun_last;  	int			it_requeue_pending;  	int			it_sigev_notify;  	ktime_t			it_interval; |