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_time.c | |
| parent | 680982281b7788a1335e72097d18ab8ece93e7b5 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_time.c')
| -rw-r--r-- | sys/compat/linux/linux_time.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_time.c b/sys/compat/linux/linux_time.c index 30f6443906211..73c6205a36fbb 100644 --- a/sys/compat/linux/linux_time.c +++ b/sys/compat/linux/linux_time.c @@ -119,8 +119,6 @@ LIN_SDT_PROBE_DEFINE1(time, linux_clock_nanosleep, unsupported_flags, "int"); LIN_SDT_PROBE_DEFINE1(time, linux_clock_nanosleep, unsupported_clockid, "int"); LIN_SDT_PROBE_DEFINE1(time, linux_clock_nanosleep, return, "int"); -static int linux_to_native_clockid(clockid_t *, clockid_t); - void native_to_linux_timespec(struct l_timespec *ltp, struct timespec *ntp) @@ -151,7 +149,7 @@ linux_to_native_timespec(struct timespec *ntp, struct l_timespec *ltp) return (0); } -static int +int linux_to_native_clockid(clockid_t *n, clockid_t l) { |
