factor/vm/os-solaris.c

7 lines
76 B
C

#include "master.h"
const char *vm_executable_path(void)
{
return NULL;
}