@@ -61,23 +61,23 @@ int lwip_trace_tcp(int s, int cmd, void *arg);
61
61
62
62
#else /* SOCKETS_MT_DBUG */
63
63
64
- #define accept (a ,b ,c ) lwip_accept_mt(a,b,c);
65
- #define bind (a ,b ,c ) lwip_bind_mt(a,b,c);
66
- #define shutdown (a ,b ) lwip_shutdown_mt(a,b);
67
- #define closesocket (s ) lwip_close_mt(s);
68
- #define connect (a ,b ,c ) lwip_connect_mt(a,b,c);
69
- #define getsockname (a ,b ,c ) lwip_getsockname_mt(a,b,c);
70
- #define getpeername (a ,b ,c ) lwip_getpeername_mt(a,b,c);
71
- #define setsockopt (a ,b ,c ,d ,e ) lwip_setsockopt_mt(a,b,c,d,e);
72
- #define getsockopt (a ,b ,c ,d ,e ) lwip_getsockopt_mt(a,b,c,d,e);
73
- #define listen (a ,b ) lwip_listen_mt(a,b);
74
- #define recv (a ,b ,c ,d ) lwip_recv_mt(a,b,c,d);
75
- #define recvfrom (a ,b ,c ,d ,e ,f ) lwip_recvfrom_mt(a,b,c,d,e,f);
76
- #define send (a ,b ,c ,d ) lwip_send_mt(a,b,c,d);
77
- #define sendto (a ,b ,c ,d ,e ,f ) lwip_sendto_mt(a,b,c,d,e,f);
78
- #define socket (a ,b ,c ) lwip_socket_mt(a,b,c);
64
+ #define accept (a ,b ,c ) lwip_accept_mt(a,b,c)
65
+ #define bind (a ,b ,c ) lwip_bind_mt(a,b,c)
66
+ #define shutdown (a ,b ) lwip_shutdown_mt(a,b)
67
+ #define closesocket (s ) lwip_close_mt(s)
68
+ #define connect (a ,b ,c ) lwip_connect_mt(a,b,c)
69
+ #define getsockname (a ,b ,c ) lwip_getsockname_mt(a,b,c)
70
+ #define getpeername (a ,b ,c ) lwip_getpeername_mt(a,b,c)
71
+ #define setsockopt (a ,b ,c ,d ,e ) lwip_setsockopt_mt(a,b,c,d,e)
72
+ #define getsockopt (a ,b ,c ,d ,e ) lwip_getsockopt_mt(a,b,c,d,e)
73
+ #define listen (a ,b ) lwip_listen_mt(a,b)
74
+ #define recv (a ,b ,c ,d ) lwip_recv_mt(a,b,c,d)
75
+ #define recvfrom (a ,b ,c ,d ,e ,f ) lwip_recvfrom_mt(a,b,c,d,e,f)
76
+ #define send (a ,b ,c ,d ) lwip_send_mt(a,b,c,d)
77
+ #define sendto (a ,b ,c ,d ,e ,f ) lwip_sendto_mt(a,b,c,d,e,f)
78
+ #define socket (a ,b ,c ) lwip_socket_mt(a,b,c)
79
79
#define select (a ,b ,c ,d ,e ) lwip_select_mt(a,b,c,d,e)
80
- #define ioctlsocket (a ,b ,c ) lwip_ioctl_mt(a,b,c) ;
80
+ #define ioctlsocket (a ,b ,c ) lwip_ioctl_mt(a,b,c)
81
81
82
82
#if LWIP_POSIX_SOCKETS_IO_NAMES
83
83
#define read (a ,b ,c ) lwip_read_mt(a,b,c)
0 commit comments