mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-17 10:27:06 +00:00
Standard I/O doesn't work well with non-blocking handles, so make sure any pipes are in blocking mode before launching child processes. Fixes https://github.com/libsdl-org/SDL/issues/10998