Skip to content

Commit d3c0eec

Browse files
committed
Remove struct which is now a duplicate
1 parent d6310d6 commit d3c0eec

File tree

1 file changed

+0
-5
lines changed
  • src/unix/notbsd/emscripten

1 file changed

+0
-5
lines changed

src/unix/notbsd/emscripten/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,6 @@ s! {
169169
pub msgseg: ::c_ushort,
170170
}
171171

172-
pub struct mmsghdr {
173-
pub msg_hdr: ::msghdr,
174-
pub msg_len: ::c_uint,
175-
}
176-
177172
pub struct sembuf {
178173
pub sem_num: ::c_ushort,
179174
pub sem_op: ::c_short,

0 commit comments

Comments
 (0)