#include "sys/sysproto.hpp" orbis::SysResult orbis::sys_kenv(Thread *thread, sint what, ptr name, ptr value, sint len) { return ErrorCode::NOSYS; }