Merge branch 'safamilyt-stdint' into 'master'

use c_ushort instead of u16 for sa_family_t

See merge request redox-os/relibc!1199
This commit is contained in:
Jeremy Soller
2026-04-16 06:48:20 -06:00
+3 -1
View File
@@ -1 +1,3 @@
pub type sa_family_t = u16;
use crate::platform::types::c_ushort;
pub type sa_family_t = c_ushort;