* lib/sys_select.in.h (select): Disable _GL_CXXALIASWARN invocation on
non-glibc systems.
+2024-05-17 Bruno Haible <bruno@clisp.org>
+
+ sys_select: Fix compilation error in C++ mode on macOS 13, 14.
+ * lib/sys_select.in.h (select): Disable _GL_CXXALIASWARN invocation on
+ non-glibc systems.
+
2024-05-11 Bruno Haible <bruno@clisp.org>
error-h: Avoid namespace pollution on mingw.
/* Substitute for <sys/select.h>.
- Copyright (C) 2007-2023 Free Software Foundation, Inc.
+ Copyright (C) 2007-2024 Free Software Foundation, Inc.
This file is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
(int, fd_set *restrict, fd_set *restrict, fd_set *restrict,
timeval *restrict));
# endif
+# if __GLIBC__ >= 2
_GL_CXXALIASWARN (select);
+# endif
#elif @HAVE_WINSOCK2_H@
# undef select
# define select select_used_without_requesting_gnulib_module_select