blob: d43b2cae7408a4910fa525fbfb410ab9b5e37a77 (
plain) (
blame)
1
2
3
4
|
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.
|