Просмотр исходного кода

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 16 лет назад
Родитель
Сommit
d0191d93a1
1 измененных файлов с 3 добавлено и 0 удалено
  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__ */