summaryrefslogtreecommitdiff
path: root/include/llvm/Support/MutexGuard.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-02-27 19:05:24 +0000
committerChris Lattner <sabre@nondot.org>2005-02-27 19:05:24 +0000
commit210bef19ef5ecc794d7e3d637d66ff0447801697 (patch)
tree2914d66835e63031cfe421c95bfc47b0a4f339e6 /include/llvm/Support/MutexGuard.h
parent35c81b0b120f87373584f2e238e4d77f9d2ae88f (diff)
downloadllvm-210bef19ef5ecc794d7e3d637d66ff0447801697.tar.gz
llvm-210bef19ef5ecc794d7e3d637d66ff0447801697.tar.bz2
llvm-210bef19ef5ecc794d7e3d637d66ff0447801697.tar.xz
Rename include guard, patch contributed by Evan Jones!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20353 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/MutexGuard.h')
-rw-r--r--include/llvm/Support/MutexGuard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/MutexGuard.h b/include/llvm/Support/MutexGuard.h
index 427e0c3a22..bed1a9cec7 100644
--- a/include/llvm/Support/MutexGuard.h
+++ b/include/llvm/Support/MutexGuard.h
@@ -14,8 +14,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef SUPPORT_THREADSUPPORT_H
-#define SUPPORT_THREADSUPPORT_H
+#ifndef LLVM_SUPPORT_THREADSUPPORT_H
+#define LLVM_SUPPORT_THREADSUPPORT_H
#undef HAVE_PTHREAD_MUTEX_LOCK