mirror of
https://github.com/reactos/CMake.git
synced 2025-03-07 11:27:10 +00:00
libuv: Revert local linux/sparc64 fix now that we have upstream fix
This commit is contained in:
parent
42fbb28516
commit
0d389d175a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user