Support non-blocking pipe I/O in write() on native Windows.
[pspp] / lib / arpa_inet.in.h
index 6533c8fdd2092cecb28c4802dfab5fd4609ebcb5..80dcb843e0735bf23dd0e02b02afecc9fcbcb3e4 100644 (file)
@@ -27,8 +27,8 @@
 # include <features.h> /* for __GLIBC__ */
 #endif
 
-/* Gnulib's sys/socket.h is responsible for pulling in winsock2.h etc
-   under MinGW.
+/* Gnulib's sys/socket.h is responsible for defining socklen_t (used below) and
+   for pulling in winsock2.h etc. under MinGW.
    But avoid namespace pollution on glibc systems.  */
 #ifndef __GLIBC__
 # include <sys/socket.h>