added sock ioctl() typedef

This commit is contained in:
Jeff Hill
1998-05-29 19:55:59 +00:00
parent 134fe51682
commit 7dae2cd25b
18 changed files with 20 additions and 4 deletions
+1
View File
@@ -113,6 +113,7 @@ typedef int SOCKET;
# define socket_close(S) close(S)
# define socket_ioctl(A,B,C) ioctl(A,B,C)
#endif
typedef int osiSockIoctl_t;
#if defined(WINTCP) /* Wallangong */
extern int uerrno;