aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/disable-moz-stackwalk.patch
blob: 7f0f280decf26fb94ff2e8380cfc9efdddcc8bb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./mozglue/misc/StackWalk.cpp.orig
+++ ./mozglue/misc/StackWalk.cpp
@@ -42,7 +42,7 @@
 #endif
 
 #if (defined(linux) && \
-     ((defined(__GNUC__) && (defined(__i386) || defined(PPC))) || \
+     ((defined(__GLIBC__) && (defined(__i386) || defined(PPC))) || \
       defined(HAVE__UNWIND_BACKTRACE)))
 #define MOZ_STACKWALK_SUPPORTS_LINUX 1
 #else