未验证 提交 61d3e75b 编写于 作者: O openharmony_ci 提交者: Gitee

!205 fix: 修复iar下未定义的宏

Merge pull request !205 from zhushengle/iar
......@@ -5,10 +5,12 @@
#ifdef __ICCARM__ /* for iar */
#define PATH_MAX 256
#define NAME_MAX 255
#define MQ_PRIO_MAX 1
#define PTHREAD_STACK_MIN LOSCFG_BASE_CORE_TSK_MIN_STACK_SIZE
#define IOV_MAX 1024
#define SSIZE_MAX LONG_MAX
#define PTHREAD_KEYS_MAX 128
#include_next <limits.h>
#else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册