]> git.pld-linux.org Git - packages/firefox.git/blame - glibc-double.patch
Release 2 (by relup.sh)
[packages/firefox.git] / glibc-double.patch
CommitLineData
b5c84d93
JP
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 "mozilla/EndianUtils.h"
10
11@@ -30,10 +31,8 @@
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 float __float_t;
18-typedef __float_t float_t;
19+typedef double_t __double_t;
20+typedef float_t __float_t;
21
22 /*
23 * The original fdlibm code used statements like:
This page took 0.156753 seconds and 4 git commands to generate.