Support `sys_getpgrp` & `sys_getgpid` These days I have some x64 applications relying on `sys_getpgrp` & `sys_getgpid`, but current `x64Syscall()` does not implement them. I am not sure if they should be wrapped or emulated, but if I just wrapped them, my applications seemed working.