summaryrefslogtreecommitdiff
path: root/include/fortify-headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fortify-headers.h')
-rw-r--r--include/fortify-headers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/fortify-headers.h b/include/fortify-headers.h
index a37cd4a..5a3c6e5 100644
--- a/include/fortify-headers.h
+++ b/include/fortify-headers.h
@@ -29,4 +29,8 @@
29#define __bos(ptr, type) __builtin_object_size (ptr, type) 29#define __bos(ptr, type) __builtin_object_size (ptr, type)
30#endif 30#endif
31 31
32#if defined __has_attribute && __has_attribute (access)
33#define __access(...) __attribute__ ((access (__VA_ARGS__)))
34#endif
35
32#endif 36#endif