Remove __linux__ check per PR review

This commit is contained in:
Phong X. Nguyen
2025-06-11 18:05:34 +00:00
committed by Stephen M. Webb
parent 230f20100e
commit 7886dbbcdd

View File

@@ -22,7 +22,7 @@
*/
#include "_UPT_internal.h"
#if defined(UNW_TARGET_AARCH64) && defined(__linux__) && defined(NT_ARM_PAC_MASK)
#if defined(UNW_TARGET_AARCH64) && defined(NT_ARM_PAC_MASK)
unw_word_t _UPT_ptrauth_insn_mask (UNUSED unw_addr_space_t as, void *arg)
{