aboutsummaryrefslogtreecommitdiff
path: root/deps/uv/test/test-stdio-over-pipes.c
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2013-08-23 19:04:27 +0200
committerBert Belder <bertbelder@gmail.com>2013-08-23 19:04:38 +0200
commit6fa8398853e009eaea0eed2157575e7054bdebb4 (patch)
treec1bd0c7cdfa47dbe022fc0a3a6c52942119b60f2 /deps/uv/test/test-stdio-over-pipes.c
parent48976d29f4a2dd72cbef2096dd5e7b822ee19df0 (diff)
downloadandroid-node-v8-6fa8398853e009eaea0eed2157575e7054bdebb4.tar.gz
android-node-v8-6fa8398853e009eaea0eed2157575e7054bdebb4.tar.bz2
android-node-v8-6fa8398853e009eaea0eed2157575e7054bdebb4.zip
uv: upgrade to v0.11.9
Diffstat (limited to 'deps/uv/test/test-stdio-over-pipes.c')
-rw-r--r--deps/uv/test/test-stdio-over-pipes.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/uv/test/test-stdio-over-pipes.c b/deps/uv/test/test-stdio-over-pipes.c
index 99b0916018..1d6191e771 100644
--- a/deps/uv/test/test-stdio-over-pipes.c
+++ b/deps/uv/test/test-stdio-over-pipes.c
@@ -48,7 +48,9 @@ static void close_cb(uv_handle_t* handle) {
}
-static void exit_cb(uv_process_t* process, int exit_status, int term_signal) {
+static void exit_cb(uv_process_t* process,
+ int64_t exit_status,
+ int term_signal) {
printf("exit_cb\n");
exit_cb_called++;
ASSERT(exit_status == 0);