summaryrefslogtreecommitdiff
path: root/libgo/config.h.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2011-11-29 21:58:48 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2011-11-29 21:58:48 +0000
commit08ee945e0b945fd2797c8bb7524d79dc73a9b6bd (patch)
treee7665ea556f238ad5c34dff64c5b1839162dc2ae /libgo/config.h.in
parent85b8555ed3c45855b237b0f3a044eefb9382255c (diff)
runtime: If no sem_timedwait, use pthread_cond_timedwait.
From-SVN: r181821
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r--libgo/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in
index be4a13a8b52..0c1283cc574 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