#include "sys/sysproto.hpp" orbis::SysResult orbis::sys_modnext(Thread *thread, sint modid) { return ErrorCode::NOSYS; } orbis::SysResult orbis::sys_modfnext(Thread *thread, sint modid) { return ErrorCode::NOSYS; } orbis::SysResult orbis::sys_modstat(Thread *thread, sint modid, ptr stat) { return ErrorCode::NOSYS; } orbis::SysResult orbis::sys_modfind(Thread *thread, ptr name) { return ErrorCode::NOSYS; }