Explorar o código

no read/write/close function for socket

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@145 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong %!s(int64=16) %!d(string=hai) anos
pai
achega
d0191d93a1
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      net/lwip/src/lwipopts.h

+ 3 - 0
net/lwip/src/lwipopts.h

@@ -305,4 +305,7 @@
 
 #endif /* PPP_SUPPORT */
 
+/* no read/write/close for socket */
+#define LWIP_POSIX_SOCKETS_IO_NAMES	0
+
 #endif /* __LWIPOPTS_H__ */