Fix PS4 build of compiler-rt runtime.
In a previous change I added a shim for fork(), but when compiled from InstrProfiling.c, the required header file was not included, so pid_t was undefined. This change adds that include.
Loading
Please sign in to comment