summaryrefslogtreecommitdiff
path: root/include/my_net.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/my_net.h')
-rw-r--r--include/my_net.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/my_net.h b/include/my_net.h
index 71914964e46..f953a832e6b 100644
--- a/include/my_net.h
+++ b/include/my_net.h
@@ -53,12 +53,6 @@ C_MODE_START
#endif
#endif
-#if defined(__EMX__)
-#include <sys/ioctl.h>
-#define ioctlsocket(A,B,C) ioctl((A),(B),(void *)(C),sizeof(*(C)))
-#undef HAVE_FCNTL
-#endif /* defined(__EMX__) */
-
#if defined(MSDOS) || defined(__WIN__)
#define O_NONBLOCK 1 /* For emulation of fcntl() */
#endif