From a101a3852efe566a1879c9a7eb6ceff00bb8c6f7 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 29 Nov 2011 21:58:48 +0000 Subject: runtime: If no sem_timedwait, use pthread_cond_timedwait. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181821 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgo/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libgo/config.h.in') diff --git a/libgo/config.h.in b/libgo/config.h.in index be4a13a8b52d..0c1283cc574b 100644 --- a/libgo/config.h.in +++ b/libgo/config.h.in @@ -36,6 +36,9 @@ /* Define to 1 if you have the `random' function. */ #undef HAVE_RANDOM +/* Define to 1 if you have the `sem_timedwait' function. */ +#undef HAVE_SEM_TIMEDWAIT + /* Define to 1 if you have the `setenv' function. */ #undef HAVE_SETENV -- cgit v1.2.3