diff options
Diffstat (limited to 'gl/libc-config.h')
-rw-r--r-- | gl/libc-config.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/gl/libc-config.h b/gl/libc-config.h index 886c11f3..a56665b1 100644 --- a/gl/libc-config.h +++ b/gl/libc-config.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* System definitions for code taken from the GNU C Library | 1 | /* System definitions for code taken from the GNU C Library |
2 | 2 | ||
3 | Copyright 2017-2021 Free Software Foundation, Inc. | 3 | Copyright 2017-2022 Free Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or | 5 | This program is free software; you can redistribute it and/or |
6 | modify it under the terms of the GNU Lesser General Public | 6 | modify it under the terms of the GNU Lesser General Public |
@@ -121,6 +121,7 @@ | |||
121 | # undef __attr_dealloc | 121 | # undef __attr_dealloc |
122 | # undef __attr_dealloc_free | 122 | # undef __attr_dealloc_free |
123 | # undef __attribute__ | 123 | # undef __attribute__ |
124 | # undef __attribute_alloc_align__ | ||
124 | # undef __attribute_alloc_size__ | 125 | # undef __attribute_alloc_size__ |
125 | # undef __attribute_artificial__ | 126 | # undef __attribute_artificial__ |
126 | # undef __attribute_const__ | 127 | # undef __attribute_const__ |
@@ -129,6 +130,7 @@ | |||
129 | # undef __attribute_format_arg__ | 130 | # undef __attribute_format_arg__ |
130 | # undef __attribute_format_strfmon__ | 131 | # undef __attribute_format_strfmon__ |
131 | # undef __attribute_malloc__ | 132 | # undef __attribute_malloc__ |
133 | # undef __attribute_maybe_unused__ | ||
132 | # undef __attribute_noinline__ | 134 | # undef __attribute_noinline__ |
133 | # undef __attribute_nonstring__ | 135 | # undef __attribute_nonstring__ |
134 | # undef __attribute_pure__ | 136 | # undef __attribute_pure__ |
@@ -142,16 +144,24 @@ | |||
142 | # undef __extern_always_inline | 144 | # undef __extern_always_inline |
143 | # undef __extern_inline | 145 | # undef __extern_inline |
144 | # undef __flexarr | 146 | # undef __flexarr |
147 | # undef __fortified_attr_access | ||
145 | # undef __fortify_function | 148 | # undef __fortify_function |
146 | # undef __glibc_c99_flexarr_available | 149 | # undef __glibc_c99_flexarr_available |
150 | # undef __glibc_fortify | ||
151 | # undef __glibc_fortify_n | ||
147 | # undef __glibc_has_attribute | 152 | # undef __glibc_has_attribute |
148 | # undef __glibc_has_builtin | 153 | # undef __glibc_has_builtin |
149 | # undef __glibc_has_extension | 154 | # undef __glibc_has_extension |
155 | # undef __glibc_likely | ||
150 | # undef __glibc_macro_warning | 156 | # undef __glibc_macro_warning |
151 | # undef __glibc_macro_warning1 | 157 | # undef __glibc_macro_warning1 |
152 | # undef __glibc_objsize | 158 | # undef __glibc_objsize |
153 | # undef __glibc_objsize0 | 159 | # undef __glibc_objsize0 |
160 | # undef __glibc_safe_len_cond | ||
161 | # undef __glibc_safe_or_unknown_len | ||
154 | # undef __glibc_unlikely | 162 | # undef __glibc_unlikely |
163 | # undef __glibc_unsafe_len | ||
164 | # undef __glibc_unsigned_or_positive | ||
155 | # undef __inline | 165 | # undef __inline |
156 | # undef __ptr_t | 166 | # undef __ptr_t |
157 | # undef __restrict | 167 | # undef __restrict |
@@ -159,6 +169,7 @@ | |||
159 | # undef __va_arg_pack | 169 | # undef __va_arg_pack |
160 | # undef __va_arg_pack_len | 170 | # undef __va_arg_pack_len |
161 | # undef __warnattr | 171 | # undef __warnattr |
172 | # undef __wur | ||
162 | 173 | ||
163 | /* Include our copy of glibc <sys/cdefs.h>. */ | 174 | /* Include our copy of glibc <sys/cdefs.h>. */ |
164 | # include <cdefs.h> | 175 | # include <cdefs.h> |