Build fix for systems without futimes/futimens
authorAlp Toker <alp@nuanti.com>
Mon, 30 Jun 2014 18:57:04 +0000 (18:57 +0000)
committerAlp Toker <alp@nuanti.com>
Mon, 30 Jun 2014 18:57:04 +0000 (18:57 +0000)
commit46e17cae55982d8d82fcf96e4b5df57787680421
tree7f75e55a1aeec20864dfbb18edf9a51b74311b97
parentc28eff1356f0a1c214c7dfda70a2090446826432
Build fix for systems without futimes/futimens

Some versions of Android don't have futimes/futimens and this code wasn't
updated during the recent errc refactoring.

Patch by Luqman Aden!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212055 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/FileSystem.h
lib/Support/Unix/Path.inc