#include "sys/sysproto.hpp" orbis::SysResult orbis::sys_ntp_gettime(Thread *thread, ptr ntvp) { return ErrorCode::NOSYS; } orbis::SysResult orbis::sys_ntp_adjtime(Thread *thread, ptr tp) { return ErrorCode::NOSYS; } orbis::SysResult orbis::sys_adjtime(Thread *thread, ptr delta, ptr olddelta) { return ErrorCode::NOSYS; }