summaryrefslogtreecommitdiffstats
path: root/sys/sys/timers.h
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-03-01 06:48:31 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-03-01 06:48:31 +0000
commit5df3de7e8b02ae917a17bddccfaede25f519a804 (patch)
tree4636ba576fdaaf638b0f9199149c0efbf0d37d1a /sys/sys/timers.h
parent22fb15cfe91543bc3721037d122a43e7b10c31a7 (diff)
downloadFreeBSD-src-5df3de7e8b02ae917a17bddccfaede25f519a804.zip
FreeBSD-src-5df3de7e8b02ae917a17bddccfaede25f519a804.tar.gz
s/timer_t/int/g
Diffstat (limited to 'sys/sys/timers.h')
-rw-r--r--sys/sys/timers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/timers.h b/sys/sys/timers.h
index f143f03..3ef079c 100644
--- a/sys/sys/timers.h
+++ b/sys/sys/timers.h
@@ -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_ */
OpenPOWER on IntegriCloud