1
0
Эх сурвалжийг харах

LWIP2.0.2 2.1.2 移除ERRNO
该定义只应该在141中使用到了

Meco Man 4 жил өмнө
parent
commit
ac3b3d13dd

+ 1 - 1
components/net/lwip-1.4.1/src/lwipopts.h

@@ -3,7 +3,7 @@
 
 #include <rtconfig.h>
 
-#define ERRNO                       1
+#define ERRNO
 
 #define NO_SYS                      0
 #define LWIP_SOCKET                 1

+ 0 - 2
components/net/lwip-2.0.2/src/lwipopts.h

@@ -3,8 +3,6 @@
 
 #include <rtconfig.h>
 
-#define ERRNO                       1
-
 #define LWIP_ERRNO_STDINCLUDE
 
 #define LWIP_IPV4                   1

+ 0 - 2
components/net/lwip-2.1.2/src/lwipopts.h

@@ -3,8 +3,6 @@
 
 #include <rtconfig.h>
 
-#define ERRNO                       1
-
 #define LWIP_ERRNO_STDINCLUDE
 #define LWIP_SOCKET_SELECT 1
 #define LWIP_SOCKET_POLL 1