* lib/stdio.in.h (fpurge): Disable _GL_CXXALIASWARN invocation on
non-glibc systems.
+2024-08-21 Bruno Haible <bruno@clisp.org>
+
+ stdio: Fix compilation error in C++ mode on Linux/riscv64 with musl.
+ * lib/stdio.in.h (fpurge): Disable _GL_CXXALIASWARN invocation on
+ non-glibc systems.
+
2024-08-17 Bruno Haible <bruno@clisp.org>
lock: Fix pthread-rwlock crashes with clang (regr. 2024-08-07).
# endif
_GL_CXXALIAS_SYS (fpurge, int, (FILE *gl_stream));
# endif
+# if __GLIBC__ >= 2
_GL_CXXALIASWARN (fpurge);
+# endif
#elif defined GNULIB_POSIXCHECK
# undef fpurge
# if HAVE_RAW_DECL_FPURGE