mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-09-03 04:13:37 +00:00
The exit code of the child process may not fit in 8 bits, it's more useful to provide the full child process status. Fixes https://github.com/libsdl-org/SDL/issues/16188