Skip to content

Commit 8800261

Browse files
author
Jacob Mizraji
committed
Changed StaticUnsafeMutex to have the swift:: namespace
to fix upstream clang build errors.
1 parent b6447d1 commit 8800261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/runtime/Errors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ reportOnCrash(uint32_t flags, const char *message)
172172
// mutex calls fatalError when an error is detected and fatalError ends up
173173
// calling us. In other words we could get infinite recursion if the
174174
// mutex errors.
175-
static StaticUnsafeMutex crashlogLock();
175+
static swift::StaticUnsafeMutex crashlogLock();
176176

177177
crashlogLock.lock();
178178

0 commit comments

Comments
 (0)