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 { | |||
| 95 | clockid_t it_clock; | 95 | clockid_t it_clock; |
| 96 | timer_t it_id; | 96 | timer_t it_id; |
| 97 | int it_active; | 97 | int it_active; |
| 98 | int it_overrun; | 98 | s64 it_overrun; |
| 99 | int it_overrun_last; | 99 | s64 it_overrun_last; |
| 100 | int it_requeue_pending; | 100 | int it_requeue_pending; |
| 101 | int it_sigev_notify; | 101 | int it_sigev_notify; |
| 102 | ktime_t it_interval; | 102 | ktime_t it_interval; |
