mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-07 17:37:16 +02:00
Replacing function call `kill(0, SIGINT);` with `(void)raise(SIGINT);` in file test/testlock.c. The `kill()` function is not available on Unix systems when compiling without system extensions enabled.
5.9 KiB
5.9 KiB