pspdev / pspsdk

An open-source SDK for PSP homebrew development.
Other
856 stars 143 forks source link

Improve exec support #188

Closed fjtrujy closed 6 months ago

fjtrujy commented 6 months ago

This PR solves issues with fork, wait and pipe. Adding dummy implementation of _execve

This PR also requires to be merged: https://github.com/pspdev/newlib/pull/10