rename bits_time to bits_timespec for consistency

This commit is contained in:
auronandace
2026-04-09 10:50:04 +01:00
parent 6530de76b9
commit 49f96a96e6
36 changed files with 40 additions and 38 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ use crate::{
c_str::CStr,
error::{Errno, ResultExt},
header::{
bits_time::timespec,
bits_timespec::timespec,
crypt::{crypt_data, crypt_r},
errno::{self, ENAMETOOLONG},
fcntl, limits,