unix: define HAVE_FUTIMES on freebsd
This commit is contained in:
parent
c455f37803
commit
236b96a8cf
@ -55,6 +55,10 @@
|
||||
# define HAVE_FUTIMES
|
||||
#endif
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
# define HAVE_FUTIMES
|
||||
#endif
|
||||
|
||||
/* flags */
|
||||
enum {
|
||||
UV_CLOSING = 0x00000001, /* uv_close() called but not finished. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user