| 63 | } |
| 64 | |
| 65 | s32 sys_process_getpid() { |
| 66 | sys_process.trace("sys_process_getpid() -> 1"); |
| 67 | return process_getpid(); |
| 68 | } |
| 69 | |
| 70 | s32 sys_process_getppid() { |
| 71 | sys_process.todo("sys_process_getppid() -> 0"); |
nothing calls this directly
no test coverage detected