hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/restart_block.h
....@@ -10,7 +10,7 @@
1010 #include <linux/time64.h>
1111
1212 struct timespec;
13
-struct compat_timespec;
13
+struct old_timespec32;
1414 struct pollfd;
1515
1616 enum timespec_type {
....@@ -40,7 +40,7 @@
4040 enum timespec_type type;
4141 union {
4242 struct __kernel_timespec __user *rmtp;
43
- struct compat_timespec __user *compat_rmtp;
43
+ struct old_timespec32 __user *compat_rmtp;
4444 };
4545 u64 expires;
4646 } nanosleep;