|
@@ -134,10 +134,10 @@ struct compat_ipc64_perm {
|
|
|
|
|
|
struct compat_semid64_ds {
|
|
struct compat_semid64_ds {
|
|
struct compat_ipc64_perm sem_perm;
|
|
struct compat_ipc64_perm sem_perm;
|
|
- compat_time_t sem_otime;
|
|
|
|
- compat_ulong_t __unused1;
|
|
|
|
- compat_time_t sem_ctime;
|
|
|
|
- compat_ulong_t __unused2;
|
|
|
|
|
|
+ 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 sem_nsems;
|
|
compat_ulong_t __unused3;
|
|
compat_ulong_t __unused3;
|
|
compat_ulong_t __unused4;
|
|
compat_ulong_t __unused4;
|
|
@@ -145,12 +145,12 @@ struct compat_semid64_ds {
|
|
|
|
|
|
struct compat_msqid64_ds {
|
|
struct compat_msqid64_ds {
|
|
struct compat_ipc64_perm msg_perm;
|
|
struct compat_ipc64_perm msg_perm;
|
|
- compat_time_t msg_stime;
|
|
|
|
- compat_ulong_t __unused1;
|
|
|
|
- compat_time_t msg_rtime;
|
|
|
|
- compat_ulong_t __unused2;
|
|
|
|
- compat_time_t msg_ctime;
|
|
|
|
- compat_ulong_t __unused3;
|
|
|
|
|
|
+ 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_cbytes;
|
|
compat_ulong_t msg_qnum;
|
|
compat_ulong_t msg_qnum;
|
|
compat_ulong_t msg_qbytes;
|
|
compat_ulong_t msg_qbytes;
|
|
@@ -163,12 +163,12 @@ struct compat_msqid64_ds {
|
|
struct compat_shmid64_ds {
|
|
struct compat_shmid64_ds {
|
|
struct compat_ipc64_perm shm_perm;
|
|
struct compat_ipc64_perm shm_perm;
|
|
compat_size_t shm_segsz;
|
|
compat_size_t shm_segsz;
|
|
- compat_time_t shm_atime;
|
|
|
|
- compat_ulong_t __unused1;
|
|
|
|
- compat_time_t shm_dtime;
|
|
|
|
- compat_ulong_t __unused2;
|
|
|
|
- compat_time_t shm_ctime;
|
|
|
|
- compat_ulong_t __unused3;
|
|
|
|
|
|
+ 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_cpid;
|
|
compat_pid_t shm_lpid;
|
|
compat_pid_t shm_lpid;
|
|
compat_ulong_t shm_nattch;
|
|
compat_ulong_t shm_nattch;
|