aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_timer.h
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2015-05-24 17:30:31 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2015-05-24 17:30:31 +0000
commit16ac71bc4fa45867bf7747bea2cec16571e9d64d (patch)
tree1bbe958e755aac11769dabefd4a9192e54d07f0d /sys/compat/linux/linux_timer.h
parent680982281b7788a1335e72097d18ab8ece93e7b5 (diff)
Notes
Diffstat (limited to 'sys/compat/linux/linux_timer.h')
-rw-r--r--sys/compat/linux/linux_timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_timer.h b/sys/compat/linux/linux_timer.h
index 6ac61ec65506..c79c08dc39fc 100644
--- a/sys/compat/linux/linux_timer.h
+++ b/sys/compat/linux/linux_timer.h
@@ -115,5 +115,6 @@ void native_to_linux_timespec(struct l_timespec *,
struct timespec *);
int linux_to_native_timespec(struct timespec *,
struct l_timespec *);
+int linux_to_native_clockid(clockid_t *, clockid_t);
#endif /* _LINUX_TIMER_H */