summaryrefslogtreecommitdiff
path: root/deps/uv/test/test-ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/test/test-ipc.c')
-rw-r--r--deps/uv/test/test-ipc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/uv/test/test-ipc.c b/deps/uv/test/test-ipc.c
index ba9c7a3e5c..0918a92755 100644
--- a/deps/uv/test/test-ipc.c
+++ b/deps/uv/test/test-ipc.c
@@ -84,7 +84,9 @@ static void on_connection(uv_stream_t* server, int status) {
}
-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);