WIP/cpp -> next #31

Lezárt
crtxcr egyesíteni szeretné 16 változás(oka)t a(z) WIP/cpp -ból next-ba
Showing only changes of commit f2ca26010a - Show all commits

Fájl megtekintése

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