summaryrefslogtreecommitdiff
path: root/Utilities
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:13:19 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:13:19 +0900
commitc5f1ff3b8bce56839eb20ff7bd17cbcd3af13a29 (patch)
treee248ed882afb531975482715ba127e1714b2f60c /Utilities
parent5dfa20f6e3908ae58658cd105297f8aa3b4eb1d6 (diff)
downloadcmake-c5f1ff3b8bce56839eb20ff7bd17cbcd3af13a29.tar.gz
cmake-c5f1ff3b8bce56839eb20ff7bd17cbcd3af13a29.tar.bz2
cmake-c5f1ff3b8bce56839eb20ff7bd17cbcd3af13a29.zip
Imported Upstream version 3.11.2upstream/3.11.2
Diffstat (limited to 'Utilities')
-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 9cc87f0ca..668e57663 100644
--- a/Utilities/cmlibuv/src/unix/internal.h
+++ b/Utilities/cmlibuv/src/unix/internal.h
@@ -184,7 +184,7 @@ struct uv__stream_queued_fds_s {
defined(__DragonFly__) || \
defined(__FreeBSD__) || \
defined(__FreeBSD_kernel__) || \
- defined(__linux__) || \
+ (defined(__linux__) && !defined(__sparc__)) || \
defined(__OpenBSD__) || \
defined(__NetBSD__)
#define uv__cloexec uv__cloexec_ioctl