projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e968c
)
Fix #include guards.
author
Owen Anderson
<resistor@mac.com>
Tue, 16 Jun 2009 20:26:04 +0000
(20:26 +0000)
committer
Owen Anderson
<resistor@mac.com>
Tue, 16 Jun 2009 20:26:04 +0000
(20:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73548
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/System/RWMutex.h
patch
|
blob
|
history
diff --git
a/include/llvm/System/RWMutex.h
b/include/llvm/System/RWMutex.h
index eb56eec75f641d7887068e5d589fb5f2113db1bf..2b466f20b49e81877e45fa05373b68c5b7734c6e 100644
(file)
--- 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_
RW
MUTEX_H
+#define LLVM_SYSTEM_
RW
MUTEX_H
namespace llvm
{