mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove itimers_event_hook, now it is a private function in kern_time.c.
This commit is contained in:
parent
1fb27d4388
commit
528b9bcd6e
1 changed files with 0 additions and 1 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue