* lib/time.in.h (time): Disable _GL_CXXALIASWARN invocation on non-glibc
systems.
+2023-04-08 Bruno Haible <bruno@clisp.org>
+
+ time: Fix compilation error in C++ mode on Solaris 11.
+ * lib/time.in.h (time): Disable _GL_CXXALIASWARN invocation on non-glibc
+ systems.
+
2023-04-07 Bruno Haible <bruno@clisp.org>
unistdio/*: Fix test failures (regression 2023-01-28).
# else
_GL_CXXALIAS_SYS (time, time_t, (time_t *__tp));
# endif
+# if __GLIBC__ >= 2
_GL_CXXALIASWARN (time);
+# endif
# endif
/* Sleep for at least RQTP seconds unless interrupted, If interrupted,