Add struct user for linger
This commit is contained in:
@@ -19,6 +19,9 @@ pub struct linger {
|
||||
pub l_linger: c_int,
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn _cbindgen_export_linger(linger: linger) {}
|
||||
|
||||
#[repr(C)]
|
||||
pub struct msghdr {
|
||||
pub msg_name: *mut c_void,
|
||||
|
||||
Reference in New Issue
Block a user