Skip to content

Commit 41f9e7c

Browse files
author
Andrew Salmon
committed
remove struct fields because build failure
1 parent 35f262a commit 41f9e7c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/unix/notbsd/linux/mod.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,12 @@ s! {
232232
pub sem_flg: ::c_short,
233233
}
234234

235+
// FIXME
235236
pub struct semid_ds {
236-
pub sem_perm: ::ipc_perm,
237-
pub sem_otime: ::time_t,
238-
pub sem_ctime: ::time_t,
239-
pub sem_nsems: ::c_ulong,
237+
// pub sem_perm: ::ipc_perm,
238+
// pub sem_otime: ::time_t,
239+
// pub sem_ctime: ::time_t,
240+
// pub sem_nsems: ::c_ulong,
240241
}
241242
}
242243

0 commit comments

Comments
 (0)