diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2015-05-24 17:30:31 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2015-05-24 17:30:31 +0000 |
| commit | 16ac71bc4fa45867bf7747bea2cec16571e9d64d (patch) | |
| tree | 1bbe958e755aac11769dabefd4a9192e54d07f0d /sys/compat/linux/linux_timer.h | |
| parent | 680982281b7788a1335e72097d18ab8ece93e7b5 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_timer.h')
| -rw-r--r-- | sys/compat/linux/linux_timer.h | 1 |
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 */ |
