aboutsummaryrefslogtreecommitdiffstats
path: root/testing/seamonkey/discard-x86-precision-musl.patch
blob: ef591177f2e35e0aec3e0b9114ffc9ca9f5c386f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/mozilla/js/src/jsnum.cpp
+++ b/mozilla/js/src/jsnum.cpp
@@ -1120,7 +1120,7 @@
 void
 js::FIX_FPU()
 {
-#if (defined __GNUC__ && defined __i386__) || \
+#if (defined __GLIBC__ && defined __i386__) || \
     (defined __SUNPRO_CC && defined __i386)
     short control;
     asm("fstcw %0" : "=m" (control) : );