exile.hpp: Mark do_clone inline, not static

Este commit está contenido en:
Albert S. 2022-03-14 22:45:06 +01:00
padre 98421fab90
commit dbf8e87440
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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