Skip to content

Commit

Permalink
Remove struct which is now a duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
dholroyd committed Jan 27, 2019
1 parent 696d273 commit 0d3a600
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/unix/notbsd/emscripten.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,6 @@ s! {
pub msgseg: ::c_ushort,
}

pub struct mmsghdr {
pub msg_hdr: ::msghdr,
pub msg_len: ::c_uint,
}

pub struct sembuf {
pub sem_num: ::c_ushort,
pub sem_op: ::c_short,
Expand Down

0 comments on commit 0d3a600

Please sign in to comment.