aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/hrtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/time/hrtimer.c')
-rw-r--r--kernel/time/hrtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c
index f5cfa1b73d6f..0f5f96075110 100644
--- a/kernel/time/hrtimer.c
+++ b/kernel/time/hrtimer.c
@@ -1771,7 +1771,7 @@ SYSCALL_DEFINE2(nanosleep, struct __kernel_timespec __user *, rqtp,
1771 1771
1772#ifdef CONFIG_COMPAT_32BIT_TIME 1772#ifdef CONFIG_COMPAT_32BIT_TIME
1773 1773
1774COMPAT_SYSCALL_DEFINE2(nanosleep, struct old_timespec32 __user *, rqtp, 1774SYSCALL_DEFINE2(nanosleep_time32, struct old_timespec32 __user *, rqtp,
1775 struct old_timespec32 __user *, rmtp) 1775 struct old_timespec32 __user *, rmtp)
1776{ 1776{
1777 struct timespec64 tu; 1777 struct timespec64 tu;