factor/vm/os-solaris.cpp

7 lines
78 B
C++

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