|
|
@@ -1041,7 +1041,7 @@ void exit_itimers(struct signal_struct *sig)
|
|
|
}
|
|
|
|
|
|
SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock,
|
|
|
- const struct timespec __user *, tp)
|
|
|
+ const struct __kernel_timespec __user *, tp)
|
|
|
{
|
|
|
const struct k_clock *kc = clockid_to_kclock(which_clock);
|
|
|
struct timespec64 new_tp;
|
|
|
@@ -1056,7 +1056,7 @@ SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock,
|
|
|
}
|
|
|
|
|
|
SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock,
|
|
|
- struct timespec __user *,tp)
|
|
|
+ struct __kernel_timespec __user *, tp)
|
|
|
{
|
|
|
const struct k_clock *kc = clockid_to_kclock(which_clock);
|
|
|
struct timespec64 kernel_tp;
|
|
|
@@ -1097,7 +1097,7 @@ SYSCALL_DEFINE2(clock_adjtime, const clockid_t, which_clock,
|
|
|
}
|
|
|
|
|
|
SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock,
|
|
|
- struct timespec __user *, tp)
|
|
|
+ struct __kernel_timespec __user *, tp)
|
|
|
{
|
|
|
const struct k_clock *kc = clockid_to_kclock(which_clock);
|
|
|
struct timespec64 rtn_tp;
|