From 0d389d175a1c40ac0ae822e1cc638cf15f05a0ce Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 7 May 2018 11:49:25 -0400 Subject: libuv: Revert local linux/sparc64 fix now that we have upstream fix --- Utilities/cmlibuv/src/unix/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/cmlibuv/src/unix/internal.h b/Utilities/cmlibuv/src/unix/internal.h index 3aac056..89c6eb1 100644 --- a/Utilities/cmlibuv/src/unix/internal.h +++ b/Utilities/cmlibuv/src/unix/internal.h @@ -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 -- cgit v0.12