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:
1cca27e
)
Accidentally broke this file.
author
Owen Anderson
<resistor@mac.com>
Tue, 16 Jun 2009 20:57:51 +0000
(20:57 +0000)
committer
Owen Anderson
<resistor@mac.com>
Tue, 16 Jun 2009 20:57:51 +0000
(20:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73552
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/System/Win32/Mutex.inc
patch
|
blob
|
history
diff --git
a/lib/System/Win32/Mutex.inc
b/lib/System/Win32/Mutex.inc
index 85cf0a7f9b51117fe5685e04aa9b27c730cd81a0..7c1723be73fce24d018c1132e52bd0602f8188a1 100644
(file)
--- a/
lib/System/Win32/Mutex.inc
+++ b/
lib/System/Win32/Mutex.inc
@@
-22,7
+22,7
@@
namespace llvm {
using namespace sys;
-Mutex::Mutex()
+Mutex::Mutex(
bool /*recursive*/
)
{
data_ = new CRITICAL_SECTION;
InitializeCriticalSection((LPCRITICAL_SECTION)data_);