ext/libuv/include/uv.h in libuv-1.1.1 vs ext/libuv/include/uv.h in libuv-1.1.2
- old
+ new
@@ -1136,10 +1136,10 @@
size_t length,
uv_fs_cb cb);
UV_EXTERN int uv_fs_access(uv_loop_t* loop,
uv_fs_t* req,
const char* path,
- int flags,
+ int mode,
uv_fs_cb cb);
UV_EXTERN int uv_fs_chmod(uv_loop_t* loop,
uv_fs_t* req,
const char* path,
int mode,