2 * Copyright, 2016-2017 Haiku, Inc. All rights reserved.
3 * Released under the terms of the MIT license.
6 * Alexander von Gluck IV, kallisti5@unixzen.com
15 extern int _utimes(const char* path
, const struct timeval times
[2],
20 lutimes(const char* path
, const struct timeval times
[2])
22 return _utimes(path
, times
, false);