* lib/sys_ioctl.in.h (ioctl): Disable _GL_CXXALIASWARN invocation on
non-glibc systems.
+2023-01-10 Bruno Haible <bruno@clisp.org>
+
+ sys_ioctl: Fix compilation error in C++ mode on Android.
+ * lib/sys_ioctl.in.h (ioctl): Disable _GL_CXXALIASWARN invocation on
+ non-glibc systems.
+
2023-01-09 Bruno Haible <bruno@clisp.org>
threads-h: Improve portability.
_GL_CXXALIAS_SYS (ioctl, int,
(int fd, int request, ... /* {void *,char *} arg */));
# endif
+# if __GLIBC__ >= 2
_GL_CXXALIASWARN (ioctl);
+# endif
#elif @SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
# undef ioctl
# define ioctl ioctl_used_without_requesting_gnulib_module_ioctl