Check for sem_timedwait(), which isn't available on some systems (including OpenBSD

This commit is contained in:
Sam Lantinga 2012-01-15 03:34:14 -05:00
parent 9033bb050f
commit 6654546b2a
4 changed files with 90 additions and 0 deletions

View file

@ -151,6 +151,7 @@
#undef HAVE_ICONV
#undef HAVE_PTHREAD_SETNAME_NP
#undef HAVE_PTHREAD_SET_NAME_NP
#undef HAVE_SEM_TIMEDWAIT
#else
/* We may need some replacement for stdarg.h here */