Skip to content

Commit 3f1fc69

Browse files
committed
Update msqid_ds
1 parent 80f3bf6 commit 3f1fc69

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
@@ -89,11 +89,8 @@ s! {
8989
pub struct msqid_ds {
9090
pub msg_perm: ::ipc_perm,
9191
pub msg_stime: ::time_t,
92-
__glibc_reserved1: ::c_ulong,
9392
pub msg_rtime: ::time_t,
94-
__glibc_reserved2: ::c_ulong,
9593
pub msg_ctime: ::time_t,
96-
__glibc_reserved3: ::c_ulong,
9794
__msg_cbytes: ::c_ulong,
9895
pub msg_qnum: ::msgqnum_t,
9996
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
@@ -105,21 +105,9 @@ s! {
105105

106106
pub struct msqid_ds {
107107
pub msg_perm: ::ipc_perm,
108-
#[cfg(target_endian = "big")]
109-
__glibc_reserved1: ::c_ulong,
110108
pub msg_stime: ::time_t,
111-
#[cfg(target_endian = "little")]
112-
__glibc_reserved1: ::c_ulong,
113-
#[cfg(target_endian = "big")]
114-
__glibc_reserved2: ::c_ulong,
115109
pub msg_rtime: ::time_t,
116-
#[cfg(target_endian = "little")]
117-
__glibc_reserved2: ::c_ulong,
118-
#[cfg(target_endian = "big")]
119-
__glibc_reserved3: ::c_ulong,
120110
pub msg_ctime: ::time_t,
121-
#[cfg(target_endian = "little")]
122-
__glibc_reserved3: ::c_ulong,
123111
__msg_cbytes: ::c_ulong,
124112
pub msg_qnum: ::msgqnum_t,
125113
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
@@ -113,11 +113,8 @@ s! {
113113

114114
pub struct msqid_ds {
115115
pub msg_perm: ::ipc_perm,
116-
__glibc_reserved1: ::c_uint,
117116
pub msg_stime: ::time_t,
118-
__glibc_reserved2: ::c_uint,
119117
pub msg_rtime: ::time_t,
120-
__glibc_reserved3: ::c_uint,
121118
pub msg_ctime: ::time_t,
122119
__msg_cbytes: ::c_ulong,
123120
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
@@ -185,11 +185,8 @@ s! {
185185
pub struct msqid_ds {
186186
pub msg_perm: ::ipc_perm,
187187
pub msg_stime: ::time_t,
188-
__glibc_reserved1: ::c_ulong,
189188
pub msg_rtime: ::time_t,
190-
__glibc_reserved2: ::c_ulong,
191189
pub msg_ctime: ::time_t,
192-
__glibc_reserved3: ::c_ulong,
193190
__msg_cbytes: ::c_ulong,
194191
pub msg_qnum: ::msgqnum_t,
195192
pub msg_qbytes: ::msglen_t,

0 commit comments

Comments
 (0)