| 58 | ps3_process_info_t g_ps3_process_info; |
| 59 | |
| 60 | s32 process_getpid() { |
| 61 | // TODO: get current process id |
| 62 | return 1; |
| 63 | } |
| 64 | |
| 65 | s32 sys_process_getpid() { |
| 66 | sys_process.trace("sys_process_getpid() -> 1"); |
no outgoing calls
no test coverage detected