Avoid NT_ARM_PAC_MASK on older Linux kernels

This commit is contained in:
Phong X. Nguyen
2025-06-09 21:03:14 +00:00
committed by Stephen M. Webb
parent f7a07922b8
commit 230f20100e

View File

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