#include "sys/sysproto.hpp" orbis::SysResult orbis::sys_uuidgen(Thread *thread, ptr store, sint count) { return ErrorCode::NOSYS; }