From 528b9bcd6e8658bcf50e4bbbb6ed7b5a8d23b397 Mon Sep 17 00:00:00 2001 From: David Xu Date: Fri, 9 Dec 2005 08:19:31 +0000 Subject: [PATCH] Remove itimers_event_hook, now it is a private function in kern_time.c. --- sys/sys/timers.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/timers.h b/sys/sys/timers.h index 8a2d771685d..f143f03787e 100644 --- a/sys/sys/timers.h +++ b/sys/sys/timers.h @@ -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_ */