diff options
Diffstat (limited to 'kernel/compat.c')
-rw-r--r-- | kernel/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/compat.c b/kernel/compat.c index e5cc33c7122c..36700e9e2be9 100644 --- a/kernel/compat.c +++ b/kernel/compat.c | |||
@@ -1001,7 +1001,7 @@ compat_sys_rt_sigtimedwait (compat_sigset_t __user *uthese, | |||
1001 | sigset_from_compat(&s, &s32); | 1001 | sigset_from_compat(&s, &s32); |
1002 | 1002 | ||
1003 | if (uts) { | 1003 | if (uts) { |
1004 | if (get_compat_timespec(&t, uts)) | 1004 | if (compat_get_timespec(&t, uts)) |
1005 | return -EFAULT; | 1005 | return -EFAULT; |
1006 | } | 1006 | } |
1007 | 1007 | ||