commit | 8b689143c7dee5a65cad6df695900aaec0870b01 | [log] [tgz] |
---|---|---|
author | Greg Hackmann <ghackmann@google.com> | Tue May 06 08:48:18 2014 -0700 |
committer | Greg Hackmann <ghackmann@google.com> | Tue May 06 08:48:18 2014 -0700 |
tree | 6fcc60f8951fb073d58b7b97a7695f97d2ce2faf | |
parent | 4e23e3c407148e708524217de9d8b38879ab9da6 [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