* lib/sys_select.in.h (suseconds_t): New type.
(GNULIB_defined_suseconds_t): New macro.
+2025-01-08 Bruno Haible <bruno@clisp.org>
+
+ sys_select-h: Define suseconds_t on native Windows.
+ * lib/sys_select.in.h (suseconds_t): New type.
+ (GNULIB_defined_suseconds_t): New macro.
+
2025-01-08 Bruno Haible <bruno@clisp.org>
pselect: Document this module.
#if @HAVE_WINSOCK2_H@
+/* Define type 'suseconds_t'. */
+# if !GNULIB_defined_suseconds_t
+typedef int suseconds_t;
+# define GNULIB_defined_suseconds_t 1
+# endif
+
# if !GNULIB_defined_rpl_fd_isset
/* Re-define FD_ISSET to avoid a WSA call while we are not using