WIP/cpp -> next #31

已关闭
crtxcr 请求将 16 次代码提交从 WIP/cpp 合并至 next
仅显示提交 f2ca26010a 的更改 - 显示所有提交

查看文件

@ -89,7 +89,7 @@ int exile_clone_handle_serializer(void * arg)
return 0;
}
static int do_clone(int (*clonefn)(void *), void *launcharg)
inline int do_clone(int (*clonefn)(void *), void *launcharg)
{
struct rlimit rlimit;
int ret = getrlimit(RLIMIT_STACK, &rlimit);