summaryrefslogtreecommitdiff
path: root/libgo/config.h.in
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-29 21:58:48 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-29 21:58:48 +0000
commita101a3852efe566a1879c9a7eb6ceff00bb8c6f7 (patch)
treee7665ea556f238ad5c34dff64c5b1839162dc2ae /libgo/config.h.in
parent78e515f7b3c83f047ada836f3d769b1fd934d9d7 (diff)
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
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 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