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 | 8a1ff9eb41e6f5cdd8ca2ac49bf1552d6d2dff2d (patch) | |
| tree | f9116f51af92f22d8b5171015d6c0de65ee86c52 | |
| parent | 469e8217d48e370445703fa6d721986be2292b6e (diff) | |
| download | bcm5719-llvm-8a1ff9eb41e6f5cdd8ca2ac49bf1552d6d2dff2d.tar.gz bcm5719-llvm-8a1ff9eb41e6f5cdd8ca2ac49bf1552d6d2dff2d.zip | |
Fix #include guards.
llvm-svn: 73548
| -rw-r--r-- | llvm/include/llvm/System/RWMutex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/System/RWMutex.h b/llvm/include/llvm/System/RWMutex.h index eb56eec75f6..2b466f20b49 100644 --- a/llvm/include/llvm/System/RWMutex.h +++ b/llvm/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 { |

