summaryrefslogtreecommitdiffstats
path: root/testing/source/mozilla-thunderbird/double_t.x86.diff
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/mozilla-thunderbird/double_t.x86.diff')
-rw-r--r--testing/source/mozilla-thunderbird/double_t.x86.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/source/mozilla-thunderbird/double_t.x86.diff b/testing/source/mozilla-thunderbird/double_t.x86.diff
deleted file mode 100644
index 12f04c378..000000000
--- a/testing/source/mozilla-thunderbird/double_t.x86.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./modules/fdlibm/src/math_private.h.orig 2022-06-27 21:04:57.000000000 -0500
-+++ ./modules/fdlibm/src/math_private.h 2022-06-30 13:41:46.761170878 -0500
-@@ -30,8 +30,8 @@
- * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t
- */
-
--typedef double __double_t;
--typedef __double_t double_t;
-+typedef long double __double_t;
-+typedef long double double_t;
-
- /*
- * The original fdlibm code used statements like: