summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscallsubr.h
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2014-08-16 12:59:47 +0000
committerbz <bz@FreeBSD.org>2014-08-16 12:59:47 +0000
commitb067654da568f894e46d8f908ba8b2c419c94dc8 (patch)
treef6d26cb50974d7dcad00cbac2bbc8ca3a22bdfd8 /sys/sys/syscallsubr.h
parent9cb3300d8873288618caa26042799d0bbbdfce49 (diff)
downloadFreeBSD-src-b067654da568f894e46d8f908ba8b2c419c94dc8.zip
FreeBSD-src-b067654da568f894e46d8f908ba8b2c419c94dc8.tar.gz
MFC r269669:
Split up sys_ktimer_getoverrun() into a sys_ and a kern_ variant and export the kern_ version needed by an upcoming linuxolator change. Sponsored by: DARPA,AFRL
Diffstat (limited to 'sys/sys/syscallsubr.h')
-rw-r--r--sys/sys/syscallsubr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/syscallsubr.h b/sys/sys/syscallsubr.h
index ed11b34..2694e33 100644
--- a/sys/sys/syscallsubr.h
+++ b/sys/sys/syscallsubr.h
@@ -239,6 +239,7 @@ int kern_ktimer_settime(struct thread *td, int timer_id, int flags,
struct itimerspec *val, struct itimerspec *oval);
int kern_ktimer_gettime(struct thread *td, int timer_id,
struct itimerspec *val);
+int kern_ktimer_getoverrun(struct thread *td, int timer_id);
int kern_thr_new(struct thread *td, struct thr_param *param);
int kern_thr_suspend(struct thread *td, struct timespec *tsp);
int kern_truncate(struct thread *td, char *path, enum uio_seg pathseg,
OpenPOWER on IntegriCloud