Fix remaining GCC 7 build warnings
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302283 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -513,8 +513,8 @@ bool checked_set(CType* out, ChronoType time) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
using TimeSpec = struct ::timespec;
|
using TimeSpec = struct timespec;
|
||||||
using StatT = struct ::stat;
|
using StatT = struct stat;
|
||||||
|
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
TimeSpec extract_mtime(StatT const& st) { return st.st_mtimespec; }
|
TimeSpec extract_mtime(StatT const& st) { return st.st_mtimespec; }
|
||||||
|
|||||||
Reference in New Issue
Block a user