1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00
Files
godot/drivers/unix/os_unix.cpp
Lukas Tenbrink 60784744ce Handle the case where waitpid returns errno EINTR.
This case indicates that a debugger is attached, and `waitpid` should be called again.
Log errors when threads exit with `errno`.
2025-04-07 14:48:34 +02:00

36 KiB