SDL/src/process
Sam Lantinga 00385951a1 Use file descriptor I/O for process pipes
Use low level non-blocking I/O for process pipe streams. This may fix issues with data not getting through the pipe occasionally.

Related: https://github.com/libsdl-org/SDL/issues/11006
2024-10-04 12:24:17 -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 Fix null-pointer dereference on failing SDL_SYS_CreateProcess 2024-09-30 03:03:33 +02: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