]> git.pld-linux.org Git - packages/firefox.git/blame - glibc-double.patch
up to 95.0.1
[packages/firefox.git] / glibc-double.patch
CommitLineData
02309319
JR
1--- firefox-93.0/modules/fdlibm/src/math_private.h.orig 2021-09-28 00:47:42.000000000 +0200
2+++ firefox-93.0/modules/fdlibm/src/math_private.h 2021-10-06 01:23:47.611144150 +0200
3@@ -20,6 +20,7 @@
4 #include <cfloat>
5 #include <stdint.h>
6 #include <sys/types.h>
7+#include <math.h>
8
9 #include "fdlibm.h"
10
11@@ -30,8 +31,7 @@
12 * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t
13 */
14
15-typedef double __double_t;
16-typedef __double_t double_t;
17+typedef double_t __double_t;
18
19 /*
20 * The original fdlibm code used statements like:
This page took 0.330883 seconds and 4 git commands to generate.