diff options
Diffstat (limited to 'lib/Support/Mutex.cpp')
| -rw-r--r-- | lib/Support/Mutex.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Mutex.cpp b/lib/Support/Mutex.cpp index 42867c94b737..c8d3844d0c96 100644 --- a/lib/Support/Mutex.cpp +++ b/lib/Support/Mutex.cpp @@ -110,7 +110,7 @@ MutexImpl::tryacquire()    return errorcode == 0;  } -} // namespace llvm +}  #elif defined(LLVM_ON_UNIX)  #include "Unix/Mutex.inc"  | 
