aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/hrtimer.c')
-rw-r--r--kernel/hrtimer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index 77aa33bb877c..2c40ee8f44bd 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -1495,8 +1495,8 @@ out:
1495 return ret; 1495 return ret;
1496} 1496}
1497 1497
1498asmlinkage long 1498SYSCALL_DEFINE2(nanosleep, struct timespec __user *, rqtp,
1499sys_nanosleep(struct timespec __user *rqtp, struct timespec __user *rmtp) 1499 struct timespec __user *, rmtp)
1500{ 1500{
1501 struct timespec tu; 1501 struct timespec tu;
1502 1502