aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-06-16 18:20:20 +0000
committerOwen Anderson <resistor@mac.com>2009-06-16 18:20:20 +0000
commitde8aed2808224f0651400b8efee35830b83020a5 (patch)
tree7c9ee8f8e0f0ff0bbe9cd557b2b31f6fedb75b3a /include/llvm/Config
parent1ad70e3bb4a6cec131613d0db6257ae4812542c3 (diff)
downloadexternal_llvm-de8aed2808224f0651400b8efee35830b83020a5.zip
external_llvm-de8aed2808224f0651400b8efee35830b83020a5.tar.gz
external_llvm-de8aed2808224f0651400b8efee35830b83020a5.tar.bz2
Add a configure check for pthread_rwlock_init.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73523 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index eee2f94..bf3a620 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -285,6 +285,9 @@
/* Have pthread_mutex_lock */
#undef HAVE_PTHREAD_MUTEX_LOCK
+/* Have pthread_rwlock_init */
+#undef HAVE_PTHREAD_RWLOCK_INIT
+
/* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
#undef HAVE_RAND48