From 9be085aa0498e3a56945b60a2e9ba788096f3319 Mon Sep 17 00:00:00 2001 From: MurphyZhao Date: Thu, 11 Apr 2019 15:13:16 +0800 Subject: [PATCH] =?UTF-8?q?[components/net/lwip-1.4.1]=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=B8=8D=E5=BC=80=E5=90=AF=20RT=5FUSING=5FLIBC=20?= =?UTF-8?q?=E6=97=B6=20errno=20=E9=94=99=E8=AF=AF=E7=A0=81=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E5=AE=9A=E4=B9=89=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MurphyZhao --- components/net/lwip-1.4.1/src/arch/include/arch/cc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/net/lwip-1.4.1/src/arch/include/arch/cc.h b/components/net/lwip-1.4.1/src/arch/include/arch/cc.h index d85bf13441..06c0be6670 100644 --- a/components/net/lwip-1.4.1/src/arch/include/arch/cc.h +++ b/components/net/lwip-1.4.1/src/arch/include/arch/cc.h @@ -64,8 +64,6 @@ typedef uintptr_t mem_ptr_t; in arch.h has been assigned to another error code. */ #define ESHUTDOWN 180 #endif /* __CC_ARM/__IAR_SYSTEMS_ICC__ */ -#else -#define LWIP_PROVIDE_ERRNO #endif #if defined(RT_USING_LIBC) || defined(RT_USING_MINILIBC)