Fix remaining GCC 7 build warnings

llvm-svn: 302283
This commit is contained in:
Eric Fiselier 2017-05-05 20:39:03 +00:00
parent 8d0c7fafdb
commit f7ae14dbb9
1 changed files with 2 additions and 2 deletions

View File

@ -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; }