WIP/cpp -> next #31

zavřený
crtxcr chce sloučit 16 commity z větve WIP/cpp do next
Zobrazuji pouze změny commitu f2ca26010a - Zobrazit všechny commity

Zobrazit soubor

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