diff options
Diffstat (limited to 'include/fortify-headers.h')
| -rw-r--r-- | include/fortify-headers.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 62 | #if defined __has_attribute | 62 | #if defined __has_attribute |
| 63 | 63 | ||
| 64 | #if __has_attribute (access) | 64 | #if __has_attribute (access) |
| 65 | #define __access(...) __attribute__ ((access (__VA_ARGS__))) | 65 | #define __fortify_access(...) __attribute__ ((access (__VA_ARGS__))) |
| 66 | #else | 66 | #else |
| 67 | #define __access(...) | 67 | #define __fortify_access(...) |
| 68 | #endif | 68 | #endif |
| 69 | 69 | ||
| 70 | #if __has_attribute (format) | 70 | #if __has_attribute (format) |
