Fix FreeBSD build.
[haiku.git] / headers / compatibility / bsd / sys / time.h
blob6e71a6681300e2babf6d238bca220bb1e1dbf300
1 /*
2 * Copyright 2016-2017 Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _BSD_SYS_TIME_H_
6 #define _BSD_SYS_TIME_H_
9 #include_next <sys/time.h>
12 #ifdef _BSD_SOURCE
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
19 int lutimes(const char *path, const struct timeval times[2]);
21 #ifdef __cplusplus
23 #endif
26 #endif
29 #endif /* _BSD_SYS_TIME_H_ */