diff options
Diffstat (limited to 'kernel/time/posix-timers.c')
-rw-r--r-- | kernel/time/posix-timers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/posix-timers.c b/kernel/time/posix-timers.c index 4b9127e95430..eabb4c22728d 100644 --- a/kernel/time/posix-timers.c +++ b/kernel/time/posix-timers.c | |||
@@ -308,7 +308,7 @@ static void common_hrtimer_rearm(struct k_itimer *timr) | |||
308 | * To protect against the timer going away while the interrupt is queued, | 308 | * To protect against the timer going away while the interrupt is queued, |
309 | * we require that the it_requeue_pending flag be set. | 309 | * we require that the it_requeue_pending flag be set. |
310 | */ | 310 | */ |
311 | void posixtimer_rearm(struct siginfo *info) | 311 | void posixtimer_rearm(struct kernel_siginfo *info) |
312 | { | 312 | { |
313 | struct k_itimer *timr; | 313 | struct k_itimer *timr; |
314 | unsigned long flags; | 314 | unsigned long flags; |