summaryrefslogtreecommitdiff
path: root/Utilities/cmlibuv
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-05-07 11:49:25 -0400
committerBrad King <brad.king@kitware.com>2018-05-07 11:49:25 -0400
commit0d389d175a1c40ac0ae822e1cc638cf15f05a0ce (patch)
tree73e09c22934001794be3dabba9047496252e9d0b /Utilities/cmlibuv
parent42fbb285161a7424116a1e838b29741864ab3691 (diff)
downloadcmake-0d389d175a1c40ac0ae822e1cc638cf15f05a0ce.tar.gz
libuv: Revert local linux/sparc64 fix now that we have upstream fix
Diffstat (limited to 'Utilities/cmlibuv')
-rw-r--r--Utilities/cmlibuv/src/unix/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmlibuv/src/unix/internal.h b/Utilities/cmlibuv/src/unix/internal.h
index 3aac056057..89c6eb13d7 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