|
|
@@ -232,10 +232,10 @@ struct compat_ipc64_perm {
|
|
|
|
|
|
struct compat_semid64_ds {
|
|
|
struct compat_ipc64_perm sem_perm;
|
|
|
- compat_time_t sem_otime;
|
|
|
- compat_ulong_t __pad1;
|
|
|
- compat_time_t sem_ctime;
|
|
|
- compat_ulong_t __pad2;
|
|
|
+ compat_ulong_t sem_otime;
|
|
|
+ compat_ulong_t sem_otime_high;
|
|
|
+ compat_ulong_t sem_ctime;
|
|
|
+ compat_ulong_t sem_ctime_high;
|
|
|
compat_ulong_t sem_nsems;
|
|
|
compat_ulong_t __unused1;
|
|
|
compat_ulong_t __unused2;
|
|
|
@@ -243,12 +243,12 @@ struct compat_semid64_ds {
|
|
|
|
|
|
struct compat_msqid64_ds {
|
|
|
struct compat_ipc64_perm msg_perm;
|
|
|
- compat_time_t msg_stime;
|
|
|
- compat_ulong_t __pad1;
|
|
|
- compat_time_t msg_rtime;
|
|
|
- compat_ulong_t __pad2;
|
|
|
- compat_time_t msg_ctime;
|
|
|
- compat_ulong_t __pad3;
|
|
|
+ compat_ulong_t msg_stime;
|
|
|
+ compat_ulong_t msg_stime_high;
|
|
|
+ compat_ulong_t msg_rtime;
|
|
|
+ compat_ulong_t msg_rtime_high;
|
|
|
+ compat_ulong_t msg_ctime;
|
|
|
+ compat_ulong_t msg_ctime_high;
|
|
|
compat_ulong_t msg_cbytes;
|
|
|
compat_ulong_t msg_qnum;
|
|
|
compat_ulong_t msg_qbytes;
|
|
|
@@ -261,12 +261,12 @@ struct compat_msqid64_ds {
|
|
|
struct compat_shmid64_ds {
|
|
|
struct compat_ipc64_perm shm_perm;
|
|
|
compat_size_t shm_segsz;
|
|
|
- compat_time_t shm_atime;
|
|
|
- compat_ulong_t __pad1;
|
|
|
- compat_time_t shm_dtime;
|
|
|
- compat_ulong_t __pad2;
|
|
|
- compat_time_t shm_ctime;
|
|
|
- compat_ulong_t __pad3;
|
|
|
+ compat_ulong_t shm_atime;
|
|
|
+ compat_ulong_t shm_atime_high;
|
|
|
+ compat_ulong_t shm_dtime;
|
|
|
+ compat_ulong_t shm_dtime_high;
|
|
|
+ compat_ulong_t shm_ctime;
|
|
|
+ compat_ulong_t shm_ctime_high;
|
|
|
compat_pid_t shm_cpid;
|
|
|
compat_pid_t shm_lpid;
|
|
|
compat_ulong_t shm_nattch;
|