commit | 5dce78d15392246e771fe38c859502f36e439ffa | [log] [tgz] |
---|---|---|
author | Greg Hackmann <ghackmann@google.com> | Tue May 06 08:48:18 2014 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Jul 21 17:10:34 2014 -0700 |
tree | b58f14faac4e76e7afda017b34864b32a8f76eec | |
parent | b83beb2d68b59bfbfc6b4a7920e812a24fa66bad [diff] |
adb: replace utimes() with utime() Fix the win_sdk host build by replacing utimes() with utime(). utime() is functionally equivalent to utimes() when dealing with non-fractional second timestamps, and is supported by the Windows CRT. (The Windows CRT uses the nonstandard name _utime(), but mingw creates aliases to the POSIX names.) Change-Id: I513c6c5de05376c34cbb0894a94259acba8ae6f1