提交 e13cb3bc 编写于 作者: C Caoruihong

fix(mini): fix compile error in mini liteos_a

Signed-off-by: NCaoruihong <crh.cao@huawei.com>
Change-Id: I9ab63796e5d47ac44d24807f1ebd0bbfe46681bf
上级 cdf96fef
......@@ -170,6 +170,9 @@ int getrlimit(int resource, struct rlimit *rlim)
}
#define FSIZE_RLIMIT 0XFFFFFFFF
#ifndef NR_OPEN_DEFAULT
#define NR_OPEN_DEFAULT 1024
#endif
int setrlimit(int resource, const struct rlimit *rlim)
{
LosProcessCB *pcb = OsCurrProcessGet();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册