summaryrefslogtreecommitdiff
path: root/deps/uv/src/unix/sunos.c
diff options
context:
space:
mode:
authorIgor Zinkovsky <igorzi@microsoft.com>2012-01-30 15:57:08 -0800
committerIgor Zinkovsky <igorzi@microsoft.com>2012-01-30 15:57:08 -0800
commitff40253566089cd5b89c1e6efca32d3b5772dbcb (patch)
tree01b4c194f0db0b3d245710f15ccfeb1f9ed81fbe /deps/uv/src/unix/sunos.c
parente97b961815b8804e17d6793101960db53e4c32a2 (diff)
downloadandroid-node-v8-ff40253566089cd5b89c1e6efca32d3b5772dbcb.tar.gz
android-node-v8-ff40253566089cd5b89c1e6efca32d3b5772dbcb.tar.bz2
android-node-v8-ff40253566089cd5b89c1e6efca32d3b5772dbcb.zip
upgrade uv to 812e410772
Diffstat (limited to 'deps/uv/src/unix/sunos.c')
-rw-r--r--deps/uv/src/unix/sunos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/src/unix/sunos.c b/deps/uv/src/unix/sunos.c
index 49d372b495..a87a2343a8 100644
--- a/deps/uv/src/unix/sunos.c
+++ b/deps/uv/src/unix/sunos.c
@@ -214,7 +214,7 @@ int uv_fs_event_init(uv_loop_t* loop,
void uv__fs_event_destroy(uv_fs_event_t* handle) {
- assert(0 && "unreachable"); /* should never be called */
+ UNREACHABLE();
}
#endif /* HAVE_PORTS_FS */