Add struct user for linger

This commit is contained in:
Jeremy Soller
2024-02-02 15:35:08 -07:00
parent 47ac9e2d0b
commit f708800898
+3
View File
@@ -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,