Skip to content

Commit ae8a88c

Browse files
committed
Update msqid_ds
1 parent a6c93e2 commit ae8a88c

File tree

4 files changed

+0
-21
lines changed

4 files changed

+0
-21
lines changed

src/unix/linux_like/linux/gnu/b32/arm/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,8 @@ s! {
121121
pub struct msqid_ds {
122122
pub msg_perm: ::ipc_perm,
123123
pub msg_stime: ::time_t,
124-
__glibc_reserved1: ::c_ulong,
125124
pub msg_rtime: ::time_t,
126-
__glibc_reserved2: ::c_ulong,
127125
pub msg_ctime: ::time_t,
128-
__glibc_reserved3: ::c_ulong,
129126
__msg_cbytes: ::c_ulong,
130127
pub msg_qnum: ::msgqnum_t,
131128
pub msg_qbytes: ::msglen_t,

src/unix/linux_like/linux/gnu/b32/mips/mod.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -119,21 +119,9 @@ s! {
119119

120120
pub struct msqid_ds {
121121
pub msg_perm: ::ipc_perm,
122-
#[cfg(target_endian = "big")]
123-
__glibc_reserved1: ::c_ulong,
124122
pub msg_stime: ::time_t,
125-
#[cfg(target_endian = "little")]
126-
__glibc_reserved1: ::c_ulong,
127-
#[cfg(target_endian = "big")]
128-
__glibc_reserved2: ::c_ulong,
129123
pub msg_rtime: ::time_t,
130-
#[cfg(target_endian = "little")]
131-
__glibc_reserved2: ::c_ulong,
132-
#[cfg(target_endian = "big")]
133-
__glibc_reserved3: ::c_ulong,
134124
pub msg_ctime: ::time_t,
135-
#[cfg(target_endian = "little")]
136-
__glibc_reserved3: ::c_ulong,
137125
__msg_cbytes: ::c_ulong,
138126
pub msg_qnum: ::msgqnum_t,
139127
pub msg_qbytes: ::msglen_t,

src/unix/linux_like/linux/gnu/b32/powerpc.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,8 @@ s! {
126126

127127
pub struct msqid_ds {
128128
pub msg_perm: ::ipc_perm,
129-
__glibc_reserved1: ::c_uint,
130129
pub msg_stime: ::time_t,
131-
__glibc_reserved2: ::c_uint,
132130
pub msg_rtime: ::time_t,
133-
__glibc_reserved3: ::c_uint,
134131
pub msg_ctime: ::time_t,
135132
__msg_cbytes: ::c_ulong,
136133
pub msg_qnum: ::msgqnum_t,

src/unix/linux_like/linux/gnu/b32/x86/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,8 @@ s! {
198198
pub struct msqid_ds {
199199
pub msg_perm: ::ipc_perm,
200200
pub msg_stime: ::time_t,
201-
__glibc_reserved1: ::c_ulong,
202201
pub msg_rtime: ::time_t,
203-
__glibc_reserved2: ::c_ulong,
204202
pub msg_ctime: ::time_t,
205-
__glibc_reserved3: ::c_ulong,
206203
__msg_cbytes: ::c_ulong,
207204
pub msg_qnum: ::msgqnum_t,
208205
pub msg_qbytes: ::msglen_t,

0 commit comments

Comments
 (0)