Reported by Paul E Murphy <murphyp@linux.ibm.com> in
<https://lists.gnu.org/archive/html/bug-gnulib/2020-12/msg00106.html>.
* lib/cdefs.h: Use a different include guard than glibc's <sys/cdefs.h>.
+2021-01-04 Bruno Haible <bruno@clisp.org>
+
+ libc-config: Avoid overriding the headers from an installed newer glibc.
+ Reported by Paul E Murphy <murphyp@linux.ibm.com> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2020-12/msg00106.html>.
+ * lib/cdefs.h: Use a different include guard than glibc's <sys/cdefs.h>.
+
2021-01-04 Simon Josefsson <simon@josefsson.org>
maintainer-makefile: Invoke syntax-checks regardless of locale.
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
-#ifndef _SYS_CDEFS_H
-#define _SYS_CDEFS_H 1
+#ifndef _GL_CDEFS_H
+#define _GL_CDEFS_H 1
/* We are almost always included from features.h. */
#ifndef _FEATURES_H
# define __HAVE_GENERIC_SELECTION 0
#endif
-#endif /* sys/cdefs.h */
+#endif /* gnulib cdefs.h */