Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
uv: upgrade to 803f5a0
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Jan 9, 2012
1 parent 22d7fe1 commit cc5cea3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deps/uv/src/unix/internal.h
Expand Up @@ -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,
Expand Down

0 comments on commit cc5cea3

Please sign in to comment.