split out ino_t from sys_types header

This commit is contained in:
auronandace
2026-05-13 15:33:05 +01:00
parent a832420e76
commit dfd2dd7306
5 changed files with 27 additions and 3 deletions
+2
View File
@@ -13,6 +13,8 @@ pub mod bits_clockid_t;
pub mod bits_gid_t;
#[path = "bits_id-t/mod.rs"]
pub mod bits_id_t;
#[path = "bits_ino-t/mod.rs"]
pub mod bits_ino_t;
pub mod bits_iovec;
#[path = "bits_locale-t/mod.rs"]
pub mod bits_locale_t;