Remove itimers_event_hook, now it is a private function in kern_time.c.

This commit is contained in:
David Xu 2005-12-09 08:19:31 +00:00
parent 1fb27d4388
commit 528b9bcd6e

View File

@ -112,7 +112,6 @@ struct kclock {
#define ITIMER_EV_EXEC 0
#define ITIMER_EV_EXIT 1
void itimers_event_hook(struct proc *p, int event);
int itimer_accept(struct proc *p, timer_t tid, ksiginfo_t *ksi);
#endif
#endif /* !_SYS_TIMERS_H_ */