2 * Copyright 2016-2017 Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef _BSD_SYS_TIME_H_
6 #define _BSD_SYS_TIME_H_
9 #include_next <sys/time.h>
19 int lutimes(const char *path
, const struct timeval times
[2]);
29 #endif /* _BSD_SYS_TIME_H_ */