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

!536 修复最小化liteos_a编译问题

Merge pull request !536 from Caoruihong/liteos_a_mini
......@@ -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.
先完成此消息的编辑!
想要评论请 注册