diff options
Diffstat (limited to 'include/linux/restart_block.h')
-rw-r--r-- | include/linux/restart_block.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/restart_block.h b/include/linux/restart_block.h index 5d83d0c1d06c..bba2920e9c05 100644 --- a/include/linux/restart_block.h +++ b/include/linux/restart_block.h | |||
@@ -10,7 +10,7 @@ | |||
10 | #include <linux/time64.h> | 10 | #include <linux/time64.h> |
11 | 11 | ||
12 | struct timespec; | 12 | struct timespec; |
13 | struct compat_timespec; | 13 | struct old_timespec32; |
14 | struct pollfd; | 14 | struct pollfd; |
15 | 15 | ||
16 | enum timespec_type { | 16 | enum timespec_type { |
@@ -40,7 +40,7 @@ struct restart_block { | |||
40 | enum timespec_type type; | 40 | enum timespec_type type; |
41 | union { | 41 | union { |
42 | struct __kernel_timespec __user *rmtp; | 42 | struct __kernel_timespec __user *rmtp; |
43 | struct compat_timespec __user *compat_rmtp; | 43 | struct old_timespec32 __user *compat_rmtp; |
44 | }; | 44 | }; |
45 | u64 expires; | 45 | u64 expires; |
46 | } nanosleep; | 46 | } nanosleep; |