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 2740e27 commit 2f7bbe6Copy full SHA for 2f7bbe6
stdlib/public/LLVMSupport/ErrorHandling.cpp
@@ -26,7 +26,7 @@
26
27
#include <stdarg.h>
28
29
-#if defined(__APPLE__)
+#if SWIFT_STDLIB_HAS_ASL
30
#include <asl.h>
31
#elif defined(__ANDROID__)
32
#include <android/log.h>
stdlib/public/runtime/Errors.cpp
@@ -47,7 +47,7 @@
47
#include <execinfo.h>
48
#endif
49
50
51
52
53
0 commit comments