eio: define HAVE_UTIMES 1 on cygwin, fixes build
This commit is contained in:
parent
0266c0ec57
commit
0c815cfe89
@ -7,6 +7,9 @@
|
||||
/* fdatasync(2) is available */
|
||||
#define HAVE_FDATASYNC 1
|
||||
|
||||
/* utimes(2) is available */
|
||||
#define HAVE_UTIMES 1
|
||||
|
||||
/* futimes(2) is available */
|
||||
#define HAVE_FUTIMES 1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user