openbsd doesn't have mmsghdr either!
This commit is contained in:
parent
d676d6e97a
commit
250aa2496a
@ -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;
|
||||
|
@ -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! {
|
||||
|
Loading…
Reference in New Issue
Block a user