rename bits_time to bits_timespec for consistency
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user