fix compile error regarding with ESHUTDOWN errno when defined RT_USING_NEWLIB & RT_USING_PTHREAD & RT_USING_LWIP

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2038 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
qiuyiuestc@gmail.com 2012-04-13 14:08:53 +00:00
parent ffa1c57e10
commit 8fd4704141
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
#include <errno.h>
#include <stdarg.h>
#define ESHUTDOWN 180
#else
/* ARM compiler and IAR compiler */