|
@@ -536,7 +536,8 @@ asmlinkage long sys_set_robust_list(struct robust_list_head __user *head,
|
|
|
size_t len);
|
|
|
|
|
|
/* kernel/hrtimer.c */
|
|
|
-asmlinkage long sys_nanosleep(struct timespec __user *rqtp, struct timespec __user *rmtp);
|
|
|
+asmlinkage long sys_nanosleep(struct __kernel_timespec __user *rqtp,
|
|
|
+ struct __kernel_timespec __user *rmtp);
|
|
|
|
|
|
/* kernel/itimer.c */
|
|
|
asmlinkage long sys_getitimer(int which, struct itimerval __user *value);
|
|
@@ -573,8 +574,8 @@ asmlinkage long sys_clock_gettime(clockid_t which_clock,
|
|
|
asmlinkage long sys_clock_getres(clockid_t which_clock,
|
|
|
struct __kernel_timespec __user *tp);
|
|
|
asmlinkage long sys_clock_nanosleep(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);
|
|
|
|
|
|
/* kernel/printk.c */
|
|
|
asmlinkage long sys_syslog(int type, char __user *buf, int len);
|