mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
uv: upgrade to 803f5a0
This commit is contained in:
parent
22d7fe1206
commit
cc5cea35b0
12
deps/uv/src/unix/internal.h
vendored
12
deps/uv/src/unix/internal.h
vendored
@ -59,6 +59,18 @@
|
||||
# define HAVE_SYS_ACCEPT4 1
|
||||
# endif
|
||||
|
||||
# ifndef O_CLOEXEC
|
||||
# define O_CLOEXEC 02000000
|
||||
# endif
|
||||
|
||||
# ifndef SOCK_CLOEXEC
|
||||
# define SOCK_CLOEXEC O_CLOEXEC
|
||||
# endif
|
||||
|
||||
# ifndef SOCK_NONBLOCK
|
||||
# define SOCK_NONBLOCK O_NONBLOCK
|
||||
# endif
|
||||
|
||||
# if HAVE_SYS_UTIMESAT
|
||||
inline static int sys_utimesat(int dirfd,
|
||||
const char* path,
|
||||
|
Loading…
Reference in New Issue
Block a user