提交 8ed3daed 编写于 作者: z13955633063's avatar z13955633063

[components][libc][compilers][newlib]添加getuid和umask函数

上级 60f2ae4d
......@@ -442,3 +442,14 @@ void abort(void)
while (1);
}
uid_t getuid(void)
{
return 0;
}
mode_t umask(mode_t mask)
{
return 022;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册