Fix a few #ifdef vs. #if issues (#66898)
authorAdeel Mujahid <3840695+am11@users.noreply.github.com>
Tue, 22 Mar 2022 09:37:17 +0000 (11:37 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Mar 2022 09:37:17 +0000 (10:37 +0100)
commita484644f90b58afe01732b4acb66d14685eac718
tree6b24fca7fc14c6960afc0045c4b08b6645d2a1ea
parent22f30fb6481c262b28fcf6a8f435be6ec9485611
Fix a few #ifdef vs. #if issues (#66898)

Also upstreamed a fix for libunwind https://github.com/libunwind/libunwind/pull/342 (but we are not using ptrace so it can wait until the next libunwind update).
src/coreclr/pal/src/config.h.in
src/coreclr/pal/src/debug/debug.cpp
src/native/eventpipe/ds-ipc-pal-socket.c
src/native/external/libunwind-version.txt
src/native/external/libunwind/src/ptrace/_UPT_access_fpreg.c
src/native/external/libunwind/src/ptrace/_UPT_access_mem.c
src/native/external/libunwind/src/ptrace/_UPT_access_reg.c
src/native/libs/System.Native/pal_io.c
src/native/libs/System.Native/pal_mount.c
src/native/libs/System.Native/pal_networking.c