提交 61e66e37 编写于 作者: B bernard.xiong

add un-defined errno in newlib.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@673 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 2c0f89d9
......@@ -55,6 +55,8 @@ typedef rt_uint32_t mem_ptr_t;
#ifdef RT_USING_NEWLIB
#include <errno.h>
/* some errno not defined in newlib */
#define ENSRNOTFOUND 163 /* Domain name not found */
#else
#define LWIP_PROVIDE_ERRNO
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册