We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662d7bd commit be3f1a9Copy full SHA for be3f1a9
stdlib/public/Concurrency/Mutex.cpp
@@ -20,6 +20,7 @@
20
#include "swift/Runtime/MutexSingleThreaded.h"
21
#endif
22
23
+__attribute__ ((weak))
24
SWIFT_NORETURN void swift::fatalError(uint32_t flags, const char *format, ...) {
25
abort();
26
}
0 commit comments