split out sa_family_t to a bits header

This commit is contained in:
auronandace
2026-04-14 08:44:13 +01:00
parent 022f040f05
commit b0c66cf470
8 changed files with 30 additions and 6 deletions
+1 -1
View File
@@ -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)]