unix: define HAVE_FUTIMES on freebsd

This commit is contained in:
Ben Noordhuis 2011-08-17 07:01:29 +02:00
parent c455f37803
commit 236b96a8cf

View File

@ -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. */