diff options
author | Owen Anderson <resistor@mac.com> | 2009-06-16 20:26:04 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-06-16 20:26:04 +0000 |
commit | 82995a83e1a6b6a3822c9171e9b00301e3b809c7 (patch) | |
tree | 31e23888e1d8d1d725f096749331a94ba17a180f /include/llvm/System | |
parent | a4e968cb0e6225761c4791d62733e53081e6f81b (diff) | |
download | external_llvm-82995a83e1a6b6a3822c9171e9b00301e3b809c7.zip external_llvm-82995a83e1a6b6a3822c9171e9b00301e3b809c7.tar.gz external_llvm-82995a83e1a6b6a3822c9171e9b00301e3b809c7.tar.bz2 |
Fix #include guards.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73548 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/System')
-rw-r--r-- | include/llvm/System/RWMutex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/System/RWMutex.h b/include/llvm/System/RWMutex.h index eb56eec..2b466f2 100644 --- a/include/llvm/System/RWMutex.h +++ b/include/llvm/System/RWMutex.h @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_SYSTEM_MUTEX_H -#define LLVM_SYSTEM_MUTEX_H +#ifndef LLVM_SYSTEM_RWMUTEX_H +#define LLVM_SYSTEM_RWMUTEX_H namespace llvm { |