diff --git a/sys/sys/timers.h b/sys/sys/timers.h index f143f03787eb..3ef079c7318a 100644 --- a/sys/sys/timers.h +++ b/sys/sys/timers.h @@ -112,6 +112,6 @@ struct kclock { #define ITIMER_EV_EXEC 0 #define ITIMER_EV_EXIT 1 -int itimer_accept(struct proc *p, timer_t tid, ksiginfo_t *ksi); +int itimer_accept(struct proc *p, int tid, ksiginfo_t *ksi); #endif #endif /* !_SYS_TIMERS_H_ */