ext/noderb_extension/libuv/src/win/pipe.c in noderb-0.0.8 vs ext/noderb_extension/libuv/src/win/pipe.c in noderb-0.0.9
- old
+ new
@@ -1057,5 +1057,11 @@
static void eof_timer_close_cb(uv_handle_t* handle) {
assert(handle->type == UV_TIMER);
free(handle);
}
+
+
+void uv_pipe_open(uv_pipe_t* pipe, uv_file file) {
+ assert(0 && "implement me");
+}
+