openbsd doesn't have mmsghdr either!

This commit is contained in:
David Holroyd 2019-01-27 17:34:29 +00:00
parent d676d6e97a
commit 250aa2496a
2 changed files with 5 additions and 5 deletions

View File

@ -61,11 +61,6 @@ s! {
pub l_type: ::c_short,
pub l_whence: ::c_short,
}
pub struct mmsghdr {
pub msg_hdr: ::msghdr,
pub msg_len: ::c_uint,
}
}
pub const D_T_FMT: ::nl_item = 0;

View File

@ -268,6 +268,11 @@ s! {
pub sdl_slen: ::uint8_t,
pub sdl_data: [::c_char; 12],
}
pub struct mmsghdr {
pub msg_hdr: ::msghdr,
pub msg_len: ::c_uint,
}
}
s_no_extra_traits! {