summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fortify-headers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fortify-headers.h b/include/fortify-headers.h
index c32d5fb..3dc33b7 100644
--- a/include/fortify-headers.h
+++ b/include/fortify-headers.h
@@ -23,7 +23,7 @@
23#define _FORTIFY_POSN(n) const __attribute__((pass_dynamic_object_size(n))) 23#define _FORTIFY_POSN(n) const __attribute__((pass_dynamic_object_size(n)))
24#else 24#else
25/* clang uses overloads; see https://github.com/llvm/llvm-project/issues/53516 */ 25/* clang uses overloads; see https://github.com/llvm/llvm-project/issues/53516 */
26#define _FORTIFY_POSN(n) const __attribute__((pass_object_size__(n))) 26#define _FORTIFY_POSN(n) const __attribute__((pass_object_size(n)))
27#endif 27#endif
28 28
29/* we can't use extern inline with overloads without making them external */ 29/* we can't use extern inline with overloads without making them external */