* lib/libc-config.h (libc_hidden_proto): Omit ", ..." in macro
definition. It’s not needed for Gnulib and elicits a diagnostic
from Sun C 5.9 Patch 124867-12 2009/11/22.
+2021-01-01 Paul Eggert <eggert@cs.ucla.edu>
+
+ libc-config: port to Sun C 5.9
+ * lib/libc-config.h (libc_hidden_proto): Omit ", ..." in macro
+ definition. It’s not needed for Gnulib and elicits a diagnostic
+ from Sun C 5.9 Patch 124867-12 2009/11/22.
+
2021-01-01 Bruno Haible <bruno@clisp.org>
quotearg tests: Avoid test failures on Solaris 11.
/* A substitute for glibc <libc-symbols.h>, good enough for Gnulib. */
#define attribute_hidden
-#define libc_hidden_proto(name, ...)
+#define libc_hidden_proto(name)
#define libc_hidden_def(name)
#define libc_hidden_weak(name)
#define libc_hidden_ver(local, name)