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