split out sa_family_t to a bits header
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//!
|
||||
//! See <https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_un.h.html>.
|
||||
|
||||
use crate::{header::sys_socket::sa_family_t, platform::types::c_char};
|
||||
use crate::{header::bits_safamily_t::sa_family_t, platform::types::c_char};
|
||||
|
||||
/// See <https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_un.h.html>.
|
||||
#[repr(C)]
|
||||
|
||||
Reference in New Issue
Block a user