+2024-05-11 Bruno Haible <bruno@clisp.org>
+
+ error-h: Avoid namespace pollution on mingw.
+ * lib/error.in.h: Don't include mingw's <error.h>.
+
2024-05-09 Bruno Haible <bruno@clisp.org>
unistr/u8-strstr tests: Avoid test failure with ASAN.
/* Declarations for error-reporting functions.
- Copyright (C) 1995-1997, 2003, 2006, 2008-2023 Free Software Foundation,
+ Copyright (C) 1995-1997, 2003, 2006, 2008-2024 Free Software Foundation,
Inc.
This file is part of the GNU C Library.
or error_at_line(...) invocations. */
/* The include_next requires a split double-inclusion guard. */
-#if @HAVE_ERROR_H@
+#if @HAVE_ERROR_H@ && !defined __MINGW32__
# @INCLUDE_NEXT@ @NEXT_ERROR_H@
#endif