diff options
Diffstat (limited to 'include/fortify-headers.h')
| -rw-r--r-- | include/fortify-headers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fortify-headers.h b/include/fortify-headers.h index 42c8317..6ab5e74 100644 --- a/include/fortify-headers.h +++ b/include/fortify-headers.h | |||
| @@ -52,6 +52,8 @@ | |||
| 52 | 52 | ||
| 53 | #if defined __has_attribute && __has_attribute (access) | 53 | #if defined __has_attribute && __has_attribute (access) |
| 54 | #define __access(...) __attribute__ ((access (__VA_ARGS__))) | 54 | #define __access(...) __attribute__ ((access (__VA_ARGS__))) |
| 55 | #else | ||
| 56 | #define __access(...) | ||
| 55 | #endif | 57 | #endif |
| 56 | 58 | ||
| 57 | #endif | 59 | #endif |
