[PATCH] D16948: [libcxx] Filesystem TS -- Complete
David Majnemer via cfe-commits
cfe-commits at lists.llvm.org
Tue May 31 08:34:46 PDT 2016
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
More information about the cfe-commits
mailing list