WIP/cpp -> next #31

닫힘
crtxcr WIP/cpp 에서 next 로 16 commits 를 머지하려 합니다
7개의 변경된 파일2264개의 추가작업 그리고 1719개의 파일을 삭제
Showing only changes of commit f2ca26010a - Show all commits

파일 보기

@@ -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);