hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/linux/elfcore-compat.h
....@@ -27,15 +27,11 @@
2727 compat_pid_t pr_ppid;
2828 compat_pid_t pr_pgrp;
2929 compat_pid_t pr_sid;
30
- struct compat_timeval pr_utime;
31
- struct compat_timeval pr_stime;
32
- struct compat_timeval pr_cutime;
33
- struct compat_timeval pr_cstime;
30
+ struct old_timeval32 pr_utime;
31
+ struct old_timeval32 pr_stime;
32
+ struct old_timeval32 pr_cutime;
33
+ struct old_timeval32 pr_cstime;
3434 compat_elf_gregset_t pr_reg;
35
-#ifdef CONFIG_BINFMT_ELF_FDPIC
36
- compat_ulong_t pr_exec_fdpic_loadmap;
37
- compat_ulong_t pr_interp_fdpic_loadmap;
38
-#endif
3935 compat_int_t pr_fpvalid;
4036 };
4137