split out timeval to reduce namespace pollution

This commit is contained in:
auronandace
2026-05-04 15:05:30 +01:00
parent 4bff41fe78
commit 2dd36566de
5 changed files with 48 additions and 22 deletions
+1
View File
@@ -20,6 +20,7 @@ pub mod bits_suseconds_t;
#[path = "bits_time-t/mod.rs"]
pub mod bits_time_t;
pub mod bits_timespec;
pub mod bits_timeval;
// complex.h implemented in C
pub mod cpio;
pub mod crypt;