summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscallsubr.h
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2014-08-07 16:49:50 +0000
committerbz <bz@FreeBSD.org>2014-08-07 16:49:50 +0000
commit82a8a0e55d5e47fb9fe2e4de774728467d2841d6 (patch)
tree6b2dcb9cf3d3058f20bd94aafe975f14f6f97d0a /sys/sys/syscallsubr.h
parentb5ce4131349ff003ab0881fd12a56e5de838ebdb (diff)
downloadFreeBSD-src-82a8a0e55d5e47fb9fe2e4de774728467d2841d6.zip
FreeBSD-src-82a8a0e55d5e47fb9fe2e4de774728467d2841d6.tar.gz
Split up sys_ktimer_getoverrun() into a sys_ and a kern_ variant
and export the kern_ version needed by an upcoming linuxolator change. MFC after: 3 days 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