forked from OSchip/llvm-project
parent
8d0c7fafdb
commit
f7ae14dbb9
|
@ -513,8 +513,8 @@ bool checked_set(CType* out, ChronoType time) {
|
|||
return true;
|
||||
}
|
||||
|
||||
using TimeSpec = struct ::timespec;
|
||||
using StatT = struct ::stat;
|
||||
using TimeSpec = struct timespec;
|
||||
using StatT = struct stat;
|
||||
|
||||
#if defined(__APPLE__)
|
||||
TimeSpec extract_mtime(StatT const& st) { return st.st_mtimespec; }
|
||||
|
|
Loading…
Reference in New Issue