#include "error.hpp" #include "sys/sysproto.hpp" orbis::SysResult orbis::sys_acct(Thread *thread, ptr path) { return ErrorCode::NOSYS; }