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
@@ -7,7 +7,7 @@
sys_includes = ["sys/types.h"]
include_guard = "_SYS_STAT_H"
after_includes = """
#include <bits/time.h> // for timespec
#include <bits/timespec.h> // for timespec
#define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
#define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR)
+1 -1
View File
@@ -6,7 +6,7 @@ use crate::{
c_str::CStr,
error::ResultExt,
header::{
bits_time::timespec,
bits_timespec::timespec,
fcntl::{O_NOFOLLOW, O_PATH},
},
out::Out,