diff options
Diffstat (limited to 'src/experimental/filesystem/operations.cpp')
| -rw-r--r-- | src/experimental/filesystem/operations.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/experimental/filesystem/operations.cpp b/src/experimental/filesystem/operations.cpp index bd7685819eca..2856ae453a6b 100644 --- a/src/experimental/filesystem/operations.cpp +++ b/src/experimental/filesystem/operations.cpp @@ -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; } |
