* lib/sys_select.in.h (pselect): Enable the C++ alias warning only on
glibc systems.
+2022-09-04 Bruno Haible <bruno@clisp.org>
+
+ pselect: Fix compilation error in C++ mode on mingw.
+ * lib/sys_select.in.h (pselect): Enable the C++ alias warning only on
+ glibc systems.
+
2022-09-04 Bruno Haible <bruno@clisp.org>
nanosleep: Work around bug on newer 32-bit mingw.
struct timespec const *restrict,
const sigset_t *restrict));
# endif
+# if __GLIBC__ >= 2
_GL_CXXALIASWARN (pselect);
+# endif
#elif defined GNULIB_POSIXCHECK
# undef pselect
# if HAVE_RAW_DECL_PSELECT