diff options
author | dchagin <dchagin@FreeBSD.org> | 2015-05-24 17:30:31 +0000 |
---|---|---|
committer | dchagin <dchagin@FreeBSD.org> | 2015-05-24 17:30:31 +0000 |
commit | 34bea3bccb08b259fbdbb53516b7529c0267640c (patch) | |
tree | 1bbe958e755aac11769dabefd4a9192e54d07f0d /sys/compat/linux/linux_timer.h | |
parent | 0a71d3c7fa073e0ef6db31ecee04846401805889 (diff) | |
download | FreeBSD-src-34bea3bccb08b259fbdbb53516b7529c0267640c.zip FreeBSD-src-34bea3bccb08b259fbdbb53516b7529c0267640c.tar.gz |
Delete the duplicate of linux_to_native_clockid() function.
Differential Revision: https://reviews.freebsd.org/D1521
Reviewed by: trasz
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 6ac61ec..c79c08d 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 */ |