summaryrefslogtreecommitdiff
path: root/deps/uv/test/benchmark-pump.c
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2017-11-10 12:15:10 -0500
committercjihrig <cjihrig@gmail.com>2017-11-10 13:32:42 -0500
commit766cd1f59d5adb03953656391e63b4186c9aff10 (patch)
treebbcbb6ac69913e6fa60c971f68d62b090906719f /deps/uv/test/benchmark-pump.c
parent6f02da255f803719cda330f69213ad9a11ef4b04 (diff)
downloadandroid-node-v8-766cd1f59d5adb03953656391e63b4186c9aff10.tar.gz
android-node-v8-766cd1f59d5adb03953656391e63b4186c9aff10.tar.bz2
android-node-v8-766cd1f59d5adb03953656391e63b4186c9aff10.zip
deps: upgrade libuv to 1.16.1
PR-URL: https://github.com/nodejs/node/pull/16835 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'deps/uv/test/benchmark-pump.c')
-rw-r--r--deps/uv/test/benchmark-pump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/uv/test/benchmark-pump.c b/deps/uv/test/benchmark-pump.c
index 88f2dc5c65..8685258e05 100644
--- a/deps/uv/test/benchmark-pump.c
+++ b/deps/uv/test/benchmark-pump.c
@@ -36,9 +36,9 @@ static int TARGET_CONNECTIONS;
static void do_write(uv_stream_t*);
-static void maybe_connect_some();
+static void maybe_connect_some(void);
-static uv_req_t* req_alloc();
+static uv_req_t* req_alloc(void);
static void req_free(uv_req_t* uv_req);
static void buf_alloc(uv_handle_t* handle, size_t size, uv_buf_t* buf);