提交 a5073f27 编写于 作者: B bernard.xiong@gmail.com

add IAR compiler support in POSIX Threads.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1393 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 2a8b1db1
......@@ -16,7 +16,8 @@
#else
#ifdef __CC_ARM /* ARM Compiler */
/* ARM compiler and IAR compiler */
#if defined(__CC_ARM) || defined(__IAR_SYSTEMS_ICC__)
#include <stddef.h>
#include <stdarg.h>
#include <string.h>
......@@ -186,7 +187,6 @@ typedef rt_uint16_t mode_t;
#define O_DIRECTORY 0200000
#endif
#elif defined (__IAR_SYSTEMS_ICC__) /* IAR Compiler */
#elif defined (__GNUC__) /* GNU GCC Compiler, with minilibc */
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册