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

!1631 解决l0编译问题

Merge pull request !1631 from cheng_jinsong/l0build
......@@ -44,11 +44,13 @@ extern "C" {
#endif
#endif
#ifndef STATIC_INLINE
#ifdef STARTUP_INIT_TEST
#define STATIC_INLINE
#else
#define STATIC_INLINE static __attribute__((always_inline))
#endif
#endif
#define PARAM_WORKSPACE_INVALID ((uint32_t)-1)
#define PARAM_WORKSPACE_MIN (1024)
......
......@@ -52,10 +52,10 @@ static int CheckFilePermission(const ParamSecurityLabel *localLabel, const char
return 0;
}
static int LiteDacCheckParamPermission(uint32_t index,
static int LiteDacCheckParamPermission(const ParamLabelIndex *labelIndex,
const ParamSecurityLabel *srcLabel, const char *name, uint32_t mode)
{
UNUSED(index);
UNUSED(labelIndex);
UNUSED(srcLabel);
UNUSED(name);
UNUSED(mode);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册