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, 2 insertions, 2 deletions
diff --git a/include/fortify-headers.h b/include/fortify-headers.h
index 1581076..bdf10f6 100644
--- a/include/fortify-headers.h
+++ b/include/fortify-headers.h
@@ -68,9 +68,9 @@
68#endif 68#endif
69 69
70#if __has_attribute (format) 70#if __has_attribute (format)
71#define __format(...) __attribute__ ((format (__VA_ARGS__))) 71#define __fortify__format(...) __attribute__ ((format (__VA_ARGS__)))
72#else 72#else
73#define __format(...) 73#define __fortify__format(...)
74#endif 74#endif
75 75
76#if __has_attribute (__diagnose_if) 76#if __has_attribute (__diagnose_if)