s/timer_t/int/g

This commit is contained in:
David Xu 2006-03-01 06:48:31 +00:00
parent 4acaec8fc3
commit 48d0e3ac7d

View File

@ -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_ */