From c4c5fd41124f38a5afee02b8f604ddc21d3b199a Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 30 Dec 2025 11:32:19 +0100 Subject: Change __access into __fortify_access to fix potential conflicts --- include/fortify-headers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/fortify-headers.h') diff --git a/include/fortify-headers.h b/include/fortify-headers.h index bdf10f6..b0bee87 100644 --- a/include/fortify-headers.h +++ b/include/fortify-headers.h @@ -62,9 +62,9 @@ #if defined __has_attribute #if __has_attribute (access) -#define __access(...) __attribute__ ((access (__VA_ARGS__))) +#define __fortify_access(...) __attribute__ ((access (__VA_ARGS__))) #else -#define __access(...) +#define __fortify_access(...) #endif #if __has_attribute (format) -- cgit v1.3