libuv: Revert local linux/sparc64 fix now that we have upstream fix

This commit is contained in:
Brad King 2018-05-07 11:49:25 -04:00
parent 42fbb28516
commit 0d389d175a

View File

@ -185,7 +185,7 @@ struct uv__stream_queued_fds_s {
defined(__DragonFly__) || \
defined(__FreeBSD__) || \
defined(__FreeBSD_kernel__) || \
(defined(__linux__) && !defined(__sparc__)) || \
defined(__linux__) || \
defined(__OpenBSD__) || \
defined(__NetBSD__)
#define uv__cloexec uv__cloexec_ioctl