summaryrefslogtreecommitdiff
path: root/deps/uv/src/unix/cygwin.c
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2011-11-05 01:50:05 +0100
committerBert Belder <bertbelder@gmail.com>2011-11-05 01:50:05 +0100
commitb54da8a10f390286203a5bbfc702cffecfbcee90 (patch)
tree35dec09e64be6bb21f7d2f9dbc708dd8a25c1af7 /deps/uv/src/unix/cygwin.c
parent5c3954aa6fb2e0b23a7bcfec6fc4636d5d152333 (diff)
downloadandroid-node-v8-b54da8a10f390286203a5bbfc702cffecfbcee90.tar.gz
android-node-v8-b54da8a10f390286203a5bbfc702cffecfbcee90.tar.bz2
android-node-v8-b54da8a10f390286203a5bbfc702cffecfbcee90.zip
Upgrade libuv to 1997e10b50
Diffstat (limited to 'deps/uv/src/unix/cygwin.c')
-rw-r--r--deps/uv/src/unix/cygwin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/uv/src/unix/cygwin.c b/deps/uv/src/unix/cygwin.c
index 2f0680a4b7..024e7d5bf9 100644
--- a/deps/uv/src/unix/cygwin.c
+++ b/deps/uv/src/unix/cygwin.c
@@ -69,7 +69,8 @@ uint64_t uv_get_total_memory(void) {
int uv_fs_event_init(uv_loop_t* loop,
uv_fs_event_t* handle,
const char* filename,
- uv_fs_event_cb cb) {
+ uv_fs_event_cb cb,
+ int flags) {
uv__set_sys_error(loop, ENOSYS);
return -1;
}