remove struct fields because build failure

This commit is contained in:
Andrew Salmon 2017-05-26 13:24:11 -07:00
parent 35f262a7b7
commit 41f9e7c43f

View file

@ -232,11 +232,12 @@ s! {
pub sem_flg: ::c_short,
}
// FIXME
pub struct semid_ds {
pub sem_perm: ::ipc_perm,
pub sem_otime: ::time_t,
pub sem_ctime: ::time_t,
pub sem_nsems: ::c_ulong,
// pub sem_perm: ::ipc_perm,
// pub sem_otime: ::time_t,
// pub sem_ctime: ::time_t,
// pub sem_nsems: ::c_ulong,
}
}