summaryrefslogtreecommitdiffstats
path: root/sys/sys/timers.h
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-12-09 08:19:31 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-12-09 08:19:31 +0000
commit12f5c946267cb343a80fe054d0c71a761b8dd0f8 (patch)
tree28e40d1b7b34918315074e1c3c6ff1f2de62e119 /sys/sys/timers.h
parent45c0ed5e8ad9773034aca606883e29c2e2212ba9 (diff)
downloadFreeBSD-src-12f5c946267cb343a80fe054d0c71a761b8dd0f8.zip
FreeBSD-src-12f5c946267cb343a80fe054d0c71a761b8dd0f8.tar.gz
Remove itimers_event_hook, now it is a private function in kern_time.c.
Diffstat (limited to 'sys/sys/timers.h')
-rw-r--r--sys/sys/timers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/timers.h b/sys/sys/timers.h
index 8a2d771..f143f03 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_ */
OpenPOWER on IntegriCloud