HAVE_FUTIMES on osx

This commit is contained in:
Ryan Dahl 2011-09-16 16:03:48 -07:00
parent f00a5e6503
commit d0a46a5551

View File

@ -51,6 +51,10 @@
#endif /* __linux__ */
#ifdef __APPLE__
# define HAVE_FUTIMES
#endif
/* flags */
enum {
UV_CLOSING = 0x00000001, /* uv_close() called but not finished. */