FilmKilns/FilmKilns
src/sdl2/cmake/sdlchecks.cmake
:932
check_c_source_compiles("
#include <pthread.h>
#include <semaphore.h>
int main(int argc, char **argv) {
sem_timedwait(NULL, NULL);
return 0;
}" HAVE_SEM_TIMEDWAIT)