ext/libuv/include/uv-errno.h in libuv-0.12.2 vs ext/libuv/include/uv-errno.h in libuv-0.12.3
- old
+ new
@@ -398,6 +398,12 @@
# define UV__ENXIO (-ENXIO)
#else
# define UV__ENXIO (-4033)
#endif
+#if defined(EMLINK) && !defined(_WIN32)
+# define UV__EMLINK (-EMLINK)
+#else
+# define UV__EMLINK (-4032)
+#endif
+
#endif /* UV_ERRNO_H_ */