diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-05-08 13:16:47 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-05-08 13:16:47 +0000 |
| commit | 707e567a4061669b7643ddbe8a1ad9c4e6545a75 (patch) | |
| tree | e1967f7b72a2ab3af613ebb9c671c06344f82a84 /sys/compat/linux/linux_timer.h | |
| parent | 3dc2a06752b593acd1a76e784b169f3d60e81d00 (diff) | |
Diffstat (limited to 'sys/compat/linux/linux_timer.h')
| -rw-r--r-- | sys/compat/linux/linux_timer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_timer.h b/sys/compat/linux/linux_timer.h index edff6c845032..b9f877cc83a4 100644 --- a/sys/compat/linux/linux_timer.h +++ b/sys/compat/linux/linux_timer.h @@ -117,6 +117,8 @@ int linux_to_native_timespec(struct timespec *, struct l_timespec *); int linux_put_timespec(struct timespec *, struct l_timespec *); +int linux_get_timespec(struct timespec *, + const struct l_timespec *); #if defined(__i386__) || (defined(__amd64__) && defined(COMPAT_LINUX32)) int native_to_linux_timespec64(struct l_timespec64 *, struct timespec *); @@ -124,6 +126,8 @@ int linux_to_native_timespec64(struct timespec *, struct l_timespec64 *); int linux_put_timespec64(struct timespec *, struct l_timespec64 *); +int linux_get_timespec64(struct timespec *, + const struct l_timespec64 *); #endif int linux_to_native_clockid(clockid_t *, clockid_t); int native_to_linux_itimerspec(struct l_itimerspec *, |
