We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e2399 commit ae29bf8Copy full SHA for ae29bf8
include/lwip/lwip/multi-threads/sockets_mt.h
@@ -24,6 +24,8 @@ int lwip_read_mt(int s, void *mem, size_t len);
24
int lwip_write_mt(int s, const void *data, size_t size);
25
int lwip_shutdown_mt(int s, int how);
26
int lwip_close_mt(int s);
27
+int lwip_select_mt(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset, struct timeval *timeout);
28
+int lwip_fcntl_mt(int s, int cmd, int val);
29
30
#ifdef SOCKETS_TCP_TRACE
31
int lwip_trace_tcp(int s, int cmd, void *arg);
0 commit comments