Dash:
[t2-trunk.git] / package / www / firefox / hotfix-fdlibm.patch.x86
blob32d8b7952c5c457c5aa409dc517b7bed3a9160e6
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/firefox/hotfix-fdlibm.patch.x86
3 # Copyright (C) 2021 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- firefox-95.0.2/modules/fdlibm/src/math_private.h.vanilla 2021-12-28 17:23:16.977090511 +0100
15 +++ firefox-95.0.2/modules/fdlibm/src/math_private.h 2021-12-30 13:10:59.191804064 +0100
16 @@ -30,7 +30,7 @@
17 * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t
20 -typedef double __double_t;
21 +typedef long double __double_t;
22 typedef __double_t double_t;