Skip to content

Commit eaaa277

Browse files
author
Andrew Salmon
committed
remove semid_ds
1 parent 41f9e7c commit eaaa277

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/unix/notbsd/linux/mod.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,6 @@ s! {
231231
pub sem_op: ::c_short,
232232
pub sem_flg: ::c_short,
233233
}
234-
235-
// FIXME
236-
pub struct semid_ds {
237-
// pub sem_perm: ::ipc_perm,
238-
// pub sem_otime: ::time_t,
239-
// pub sem_ctime: ::time_t,
240-
// pub sem_nsems: ::c_ulong,
241-
}
242234
}
243235

244236
pub const ABDAY_1: ::nl_item = 0x20000;

0 commit comments

Comments
 (0)