majnemer added inline comments. ================ Comment at: src/experimental/operations.cpp:529 @@ +528,3 @@ + + if (::utimensat(AT_FDCWD, p.c_str(), tbuf, 0) == -1) { + m_ec = detail::capture_errno(); ---------------- SUSv4 says:
> The utime() function is marked obsolescent. However, `utimes` was made legacy in SUSv3 and removed from legacy in SUSv4 http://pubs.opengroup.org/onlinepubs/9699919799/functions/utimes.html http://reviews.llvm.org/D16948 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits