Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdeel Mujahid <3840695+am11@users.noreply.github.com>2021-01-14 15:20:23 +0300
committerGitHub <noreply@github.com>2021-01-14 15:20:23 +0300
commit796cbeeec0a97428e97b92250cb9ff65aadf41de (patch)
tree4debe8b81a10662a6c045ad123b5637c950d5407 /src/coreclr/clrdefinitions.cmake
parentef73cd93d5ab98b516d9ba68a6a6220f62010174 (diff)
Prefer ucontext.h over sys/ucontext.h (#46790)
* Prefer ucontext.h over sys/ucontext.h * Cleanup redundant _XOPEN_SOURCE definitions * Remove unused makefile from PAL tests
Diffstat (limited to 'src/coreclr/clrdefinitions.cmake')
-rw-r--r--src/coreclr/clrdefinitions.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/coreclr/clrdefinitions.cmake b/src/coreclr/clrdefinitions.cmake
index 152b41b70dc..674246d8e02 100644
--- a/src/coreclr/clrdefinitions.cmake
+++ b/src/coreclr/clrdefinitions.cmake
@@ -22,10 +22,6 @@ endif (CLR_CMAKE_TARGET_ARCH_ARM64)
if (CLR_CMAKE_TARGET_UNIX)
- if(CLR_CMAKE_TARGET_OSX)
- add_definitions(-D_XOPEN_SOURCE)
- endif(CLR_CMAKE_TARGET_OSX)
-
if (CLR_CMAKE_TARGET_ARCH_AMD64)
add_compile_definitions($<$<NOT:$<BOOL:$<TARGET_PROPERTY:IGNORE_DEFAULT_TARGET_ARCH>>>:UNIX_AMD64_ABI>)
add_compile_definitions($<$<NOT:$<BOOL:$<TARGET_PROPERTY:IGNORE_DEFAULT_TARGET_ARCH>>>:FEATURE_MULTIREG_RETURN>)