summaryrefslogtreecommitdiffstats
path: root/gl/libc-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'gl/libc-config.h')
-rw-r--r--gl/libc-config.h24
1 files changed, 13 insertions, 11 deletions
diff --git a/gl/libc-config.h b/gl/libc-config.h
index 1d28e58..7011460 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-2023 Free Software Foundation, Inc. 3 Copyright 2017-2024 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
@@ -137,8 +137,6 @@
137# undef __attribute_returns_twice__ 137# undef __attribute_returns_twice__
138# undef __attribute_used__ 138# undef __attribute_used__
139# undef __attribute_warn_unused_result__ 139# undef __attribute_warn_unused_result__
140# undef __bos
141# undef __bos0
142# undef __errordecl 140# undef __errordecl
143# undef __extension__ 141# undef __extension__
144# undef __extern_always_inline 142# undef __extern_always_inline
@@ -147,21 +145,13 @@
147# undef __fortified_attr_access 145# undef __fortified_attr_access
148# undef __fortify_function 146# undef __fortify_function
149# undef __glibc_c99_flexarr_available 147# undef __glibc_c99_flexarr_available
150# undef __glibc_fortify
151# undef __glibc_fortify_n
152# undef __glibc_has_attribute 148# undef __glibc_has_attribute
153# undef __glibc_has_builtin 149# undef __glibc_has_builtin
154# undef __glibc_has_extension 150# undef __glibc_has_extension
155# undef __glibc_likely 151# undef __glibc_likely
156# undef __glibc_macro_warning 152# undef __glibc_macro_warning
157# undef __glibc_macro_warning1 153# undef __glibc_macro_warning1
158# undef __glibc_objsize
159# undef __glibc_objsize0
160# undef __glibc_safe_len_cond
161# undef __glibc_safe_or_unknown_len
162# undef __glibc_unlikely 154# undef __glibc_unlikely
163# undef __glibc_unsafe_len
164# undef __glibc_unsigned_or_positive
165# undef __inline 155# undef __inline
166# undef __ptr_t 156# undef __ptr_t
167# undef __restrict 157# undef __restrict
@@ -170,6 +160,18 @@
170# undef __va_arg_pack_len 160# undef __va_arg_pack_len
171# undef __warnattr 161# undef __warnattr
172# undef __wur 162# undef __wur
163# ifndef __GNULIB_CDEFS
164# undef __bos
165# undef __bos0
166# undef __glibc_fortify
167# undef __glibc_fortify_n
168# undef __glibc_objsize
169# undef __glibc_objsize0
170# undef __glibc_safe_len_cond
171# undef __glibc_safe_or_unknown_len
172# undef __glibc_unsafe_len
173# undef __glibc_unsigned_or_positive
174# endif
173 175
174/* Include our copy of glibc <sys/cdefs.h>. */ 176/* Include our copy of glibc <sys/cdefs.h>. */
175# include <cdefs.h> 177# include <cdefs.h>