]> git.pld-linux.org Git - packages/firefox.git/blob - glibc-double.patch
- do not redefine double_t from glibc math.h
[packages/firefox.git] / glibc-double.patch
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.175183 seconds and 3 git commands to generate.