summaryrefslogtreecommitdiff
path: root/deps/uv/test/test-shutdown-eof.c
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-08-23 02:34:43 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2011-08-24 22:27:24 +0200
commit28998a8cfe92043b27ff573b54258e21123616a4 (patch)
treea54899d80d0a09d52903e374b44d878066eb5b57 /deps/uv/test/test-shutdown-eof.c
parent7003d6eff56193aa6f2370cafb7f7bf10db243c7 (diff)
downloadandroid-node-v8-28998a8cfe92043b27ff573b54258e21123616a4.tar.gz
android-node-v8-28998a8cfe92043b27ff573b54258e21123616a4.tar.bz2
android-node-v8-28998a8cfe92043b27ff573b54258e21123616a4.zip
uv: upgrade to 80e5491
Diffstat (limited to 'deps/uv/test/test-shutdown-eof.c')
-rw-r--r--deps/uv/test/test-shutdown-eof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/test/test-shutdown-eof.c b/deps/uv/test/test-shutdown-eof.c
index 67af49531f..cb57ad1eb5 100644
--- a/deps/uv/test/test-shutdown-eof.c
+++ b/deps/uv/test/test-shutdown-eof.c
@@ -39,7 +39,7 @@ static int called_timer_close_cb;
static int called_timer_cb;
-static uv_buf_t alloc_cb(uv_stream_t* tcp, size_t size) {
+static uv_buf_t alloc_cb(uv_handle_t* handle, size_t size) {
uv_buf_t buf;
buf.base = (char*)malloc(size);
buf.len = size;