未验证 提交 29a472c6 编写于 作者: O openharmony_ci 提交者: Gitee

!271 fix: 缺少头文件引用

Merge pull request !271 from zhushengle/musl
#include "assert.h"
#include "los_context.h"
#include "los_debug.h"
#include "los_task.h"
void __assert_fail(const char* expr, const char* file, int line, const char* func) {
PRINT_ERR("%s:%d: %s: assertion \"%s\" failed\n", file, line, func, expr);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册