X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=kernel%2Ftime%2Fposix-stubs.c;fp=kernel%2Ftime%2Fposix-stubs.c;h=474e4ca2e28f33fa470073ad1e533dfe620bb352;hb=01909974b41036a6a8d3907c66cc7b41c9a73da9;hp=4e76021cea7f3c543283f0e9d58f4ca54808ef9c;hpb=6d5b84132459c644cf4ee8de090382bad44b8ebd;p=linux-2.6-microblaze.git diff --git a/kernel/time/posix-stubs.c b/kernel/time/posix-stubs.c index 4e76021cea7f..474e4ca2e28f 100644 --- a/kernel/time/posix-stubs.c +++ b/kernel/time/posix-stubs.c @@ -126,8 +126,8 @@ SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_time } SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, - const struct timespec __user *, rqtp, - struct timespec __user *, rmtp) + const struct __kernel_timespec __user *, rqtp, + struct __kernel_timespec __user *, rmtp) { struct timespec64 t;