SDL/src/process
Sam Lantinga afee27a530 Make sure stdio handles are in blocking mode
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
2024-10-14 22:10:49 -07:00
..
dummy Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
posix Use file descriptor I/O for process pipes 2024-10-04 12:24:17 -07:00
windows Make sure stdio handles are in blocking mode 2024-10-14 22:10:49 -07:00
SDL_process.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_sysprocess.h Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00