|
@@ -162,10 +162,10 @@ struct compat_ipc64_perm {
|
|
|
|
|
|
struct compat_semid64_ds {
|
|
|
struct compat_ipc64_perm sem_perm;
|
|
|
- unsigned int __unused1;
|
|
|
- compat_time_t sem_otime;
|
|
|
- unsigned int __unused2;
|
|
|
- compat_time_t sem_ctime;
|
|
|
+ unsigned int sem_otime_high;
|
|
|
+ unsigned int sem_otime;
|
|
|
+ unsigned int sem_ctime_high;
|
|
|
+ unsigned int sem_ctime;
|
|
|
compat_ulong_t sem_nsems;
|
|
|
compat_ulong_t __unused3;
|
|
|
compat_ulong_t __unused4;
|
|
@@ -173,12 +173,12 @@ struct compat_semid64_ds {
|
|
|
|
|
|
struct compat_msqid64_ds {
|
|
|
struct compat_ipc64_perm msg_perm;
|
|
|
- unsigned int __unused1;
|
|
|
- compat_time_t msg_stime;
|
|
|
- unsigned int __unused2;
|
|
|
- compat_time_t msg_rtime;
|
|
|
- unsigned int __unused3;
|
|
|
- compat_time_t msg_ctime;
|
|
|
+ unsigned int msg_stime_high;
|
|
|
+ unsigned int msg_stime;
|
|
|
+ unsigned int msg_rtime_high;
|
|
|
+ unsigned int msg_rtime;
|
|
|
+ unsigned int msg_ctime_high;
|
|
|
+ unsigned int msg_ctime;
|
|
|
compat_ulong_t msg_cbytes;
|
|
|
compat_ulong_t msg_qnum;
|
|
|
compat_ulong_t msg_qbytes;
|
|
@@ -190,12 +190,12 @@ struct compat_msqid64_ds {
|
|
|
|
|
|
struct compat_shmid64_ds {
|
|
|
struct compat_ipc64_perm shm_perm;
|
|
|
- unsigned int __unused1;
|
|
|
- compat_time_t shm_atime;
|
|
|
- unsigned int __unused2;
|
|
|
- compat_time_t shm_dtime;
|
|
|
- unsigned int __unused3;
|
|
|
- compat_time_t shm_ctime;
|
|
|
+ unsigned int shm_atime_high;
|
|
|
+ unsigned int shm_atime;
|
|
|
+ unsigned int shm_dtime_high;
|
|
|
+ unsigned int shm_dtime;
|
|
|
+ unsigned int shm_ctime_high;
|
|
|
+ unsigned int shm_ctime;
|
|
|
unsigned int __unused4;
|
|
|
compat_size_t shm_segsz;
|
|
|
compat_pid_t shm_cpid;
|