We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d8379 commit 8ffad99Copy full SHA for 8ffad99
src/SDLnetsys.h
@@ -70,7 +70,7 @@
70
#include <sys/select.h> /* for FD_SET, etc */
71
#endif
72
73
-#ifdef __OS2__
+#if defined(__OS2__) && !(defined(__INNOTEK_LIBC__) || defined(__KLIBC__))
74
typedef int socklen_t;
75
#elif defined(__USE_W32_SOCKETS) && !defined(IP_MSFILTER_SIZE)
76
0 commit comments