HAVE_FUTIMES on osx
This commit is contained in:
parent
f00a5e6503
commit
d0a46a5551
@ -51,6 +51,10 @@
|
||||
|
||||
#endif /* __linux__ */
|
||||
|
||||
#ifdef __APPLE__
|
||||
# define HAVE_FUTIMES
|
||||
#endif
|
||||
|
||||
/* flags */
|
||||
enum {
|
||||
UV_CLOSING = 0x00000001, /* uv_close() called but not finished. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user