Skip to content

Commit 0d3a600

Browse files
committed
Remove struct which is now a duplicate
1 parent 696d273 commit 0d3a600

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/unix/notbsd/emscripten.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,6 @@ s! {
225225
pub msgseg: ::c_ushort,
226226
}
227227

228-
pub struct mmsghdr {
229-
pub msg_hdr: ::msghdr,
230-
pub msg_len: ::c_uint,
231-
}
232-
233228
pub struct sembuf {
234229
pub sem_num: ::c_ushort,
235230
pub sem_op: ::c_short,

0 commit comments

Comments
 (0)