* lib/poll.c: Call Windows native select() with Windows native timeval.
+2019-07-01 Hannes Müller <h.c.f.mueller@gmx.de>
+
+ poll: Fix type of timeout pointer passed to select() on mingw x86_64.
+ * lib/poll.c: Call Windows native select() with Windows native timeval.
+
2019-06-30 Bruno Haible <bruno@clisp.org>
argmatch: Fix compilation errors.
of SOCKETs, not bit masks of FDs. */
# undef select
+/* Here we need timeval from Windows since this is what the select() function
+ from Windows requires. */
+# undef timeval
+
/* Avoid warnings from gcc -Wcast-function-type. */
# define GetProcAddress \
(void *) GetProcAddress