.. | .. |
---|
27 | 27 | compat_pid_t pr_ppid; |
---|
28 | 28 | compat_pid_t pr_pgrp; |
---|
29 | 29 | 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; |
---|
34 | 34 | 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 |
---|
39 | 35 | compat_int_t pr_fpvalid; |
---|
40 | 36 | }; |
---|
41 | 37 | |
---|