* lib/stdlib.in.h (qsort_r): Enable the C++ alias warning only on glibc
systems.
+2024-01-12 Bruno Haible <bruno@clisp.org>
+
+ qsort_r: Fix compilation error in C++ mode on FreeBSD 14.0/powerpc64.
+ * lib/stdlib.in.h (qsort_r): Enable the C++ alias warning only on glibc
+ systems.
+
2024-01-11 Bruno Haible <bruno@clisp.org>
time: Fix test failure on FreeBSD 12.2/sparc64.
_gl_qsort_r_compar_fn compare,
void *arg));
# endif
+# if __GLIBC__ >= 2
_GL_CXXALIASWARN (qsort_r);
+# endif
#elif defined GNULIB_POSIXCHECK
# undef qsort_r
# if HAVE_RAW_DECL_QSORT_R