[llvm-commits] [llvm] r73548 - /llvm/trunk/include/llvm/System/RWMutex.h

Owen Anderson resistor at mac.com
Tue Jun 16 13:26:06 PDT 2009


Author: resistor
Date: Tue Jun 16 15:26:04 2009
New Revision: 73548

URL: http://llvm.org/viewvc/llvm-project?rev=73548&view=rev
Log:
Fix #include guards.

Modified:
    llvm/trunk/include/llvm/System/RWMutex.h

Modified: llvm/trunk/include/llvm/System/RWMutex.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/System/RWMutex.h?rev=73548&r1=73547&r2=73548&view=diff

==============================================================================
--- llvm/trunk/include/llvm/System/RWMutex.h (original)
+++ llvm/trunk/include/llvm/System/RWMutex.h Tue Jun 16 15:26:04 2009
@@ -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
 {





More information about the llvm-commits mailing list