* lib/string.in.h (mbslen): Enable the C++ alias warning only on glibc
systems.
+2022-09-10 Bruno Haible <bruno@clisp.org>
+
+ string: Fix compilation error in C++ mode on AIX 7.2 with xlclang.
+ * lib/string.in.h (mbslen): Enable the C++ alias warning only on glibc
+ systems.
+
2022-09-10 Bruno Haible <bruno@clisp.org>
math: Fix compilation error in C++ mode on AIX 7.2 with xlclang.
_GL_ARG_NONNULL ((1)));
_GL_CXXALIAS_SYS (mbslen, size_t, (const char *string));
# endif
+# if __GLIBC__ >= 2
_GL_CXXALIASWARN (mbslen);
+# endif
#endif
#if @GNULIB_MBSNLEN@