From 5885fc414f02fce4be55d26830aa95e7a460048c Mon Sep 17 00:00:00 2001 From: MurphyZhao Date: Thu, 11 Apr 2019 14:24:43 +0800 Subject: [PATCH] =?UTF-8?q?[include/libc]=20=E5=9C=A8=E4=BD=BF=E7=94=A8=20?= =?UTF-8?q?ARMCC=20=E5=92=8C=20IAR=20=E6=97=B6=EF=BC=8C=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=AF=B9=20errno.h=20=E7=9A=84=E5=BC=95=E5=85=A5=E3=80=82?= =?UTF-8?q?=E5=A6=82=E6=9E=9C=E5=BC=95=E5=85=A5=E4=BA=86=20errno.h?= =?UTF-8?q?=EF=BC=8Cerrno=20=E5=B0=B1=E4=B8=8D=E4=BC=9A=E8=A2=AB=E9=87=8D?= =?UTF-8?q?=E5=AE=9A=E5=90=91=E5=88=B0=20=5Frt=5Ferrno=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MurphyZhao --- include/libc/libc_errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libc/libc_errno.h b/include/libc/libc_errno.h index bb9a4dea2a..0f3bc7635a 100644 --- a/include/libc/libc_errno.h +++ b/include/libc/libc_errno.h @@ -13,7 +13,7 @@ #include -#if defined(RT_USING_NEWLIB) || defined(_WIN32) || defined(__CC_ARM) || defined(__IAR_SYSTEMS_ICC__) +#if defined(RT_USING_NEWLIB) || defined(_WIN32) /* use errno.h file in toolchains */ #include #endif