eio: define HAVE_UTIMES 1 on freebsd, fixes build
This commit is contained in:
parent
23e9ecb667
commit
1485c47999
@ -7,6 +7,9 @@
|
||||
/* fdatasync(2) is available */
|
||||
/* #undef HAVE_FDATASYNC */
|
||||
|
||||
/* utimes(2) is available */
|
||||
#define HAVE_UTIMES 1
|
||||
|
||||
/* futimes(2) is available */
|
||||
#define HAVE_FUTIMES 1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user