提交 ec59c023 编写于 作者: O openharmony_ci 提交者: Gitee

!114 ARM_NONE_EABI宏需要手动配置,改为使用工具链自带宏定义

Merge pull request !114 from lnlan/musl_issue1
......@@ -63,7 +63,6 @@ int abs (int);
long labs (long);
long long llabs (long long);
#ifndef ARM_NONE_EABI
typedef struct { int quot, rem; } div_t;
typedef struct { long quot, rem; } ldiv_t;
typedef struct { long long quot, rem; } lldiv_t;
......@@ -71,7 +70,6 @@ typedef struct { long long quot, rem; } lldiv_t;
div_t div (int, int);
ldiv_t ldiv (long, long);
lldiv_t lldiv (long long, long long);
#endif
int mblen (const char *, size_t);
int mbtowc (wchar_t *__restrict, const char *__restrict, size_t);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册