kernel/include/linux/restart_block.h
.. .. @@ -10,7 +10,7 @@ 10 10 #include <linux/time64.h> 11 11 12 12 struct timespec; 13 -struct compat_timespec;13 +struct old_timespec32;14 14 struct pollfd; 15 15 16 16 enum timespec_type { .. .. @@ -40,7 +40,7 @@ 40 40 enum timespec_type type; 41 41 union { 42 42 struct __kernel_timespec __user *rmtp; 43 - struct compat_timespec __user *compat_rmtp;43 + struct old_timespec32 __user *compat_rmtp;44 44 }; 45 45 u64 expires; 46 46 } nanosleep;