Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-08-02 00:25:56 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2011-08-02 00:26:28 +0400
commit7c07e75db9874f9172fe836b1412d53c13973b33 (patch)
treee4dc5e426232a63d816745e1d804c72ca57b942c /deps
parentc48b2a98d82904eaacbac32dde6de5ca9f9a51e7 (diff)
Upgrade libuv to b700896
Diffstat (limited to 'deps')
-rw-r--r--deps/uv/src/uv-unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/uv/src/uv-unix.c b/deps/uv/src/uv-unix.c
index 85246ae4284..eb5f4cbadda 100644
--- a/deps/uv/src/uv-unix.c
+++ b/deps/uv/src/uv-unix.c
@@ -1924,6 +1924,7 @@ int uv_pipe_bind(uv_pipe_t* handle, const char* name) {
/* Success. */
handle->pipe_fname = pipe_fname; /* Is a strdup'ed copy. */
+ handle->pipe_flock = pipe_flock;
handle->fd = sockfd;
status = 0;