s/timer_t/int/g
This commit is contained in:
parent
4acaec8fc3
commit
48d0e3ac7d
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user