]> git.pld-linux.org Git - packages/thunderbird.git/blob - glibc-2.34.patch
up to 115.10.1
[packages/thunderbird.git] / glibc-2.34.patch
1 --- thunderbird-91.1.1/modules/fdlibm/src/math_private.h.orig   2021-09-16 18:04:11.000000000 +0200
2 +++ thunderbird-91.1.1/modules/fdlibm/src/math_private.h        2021-09-20 09:14:38.327837986 +0200
3 @@ -18,6 +18,7 @@
4  #define        _MATH_PRIVATE_H_
5  
6  #include <cfloat>
7 +#include <math.h>
8  #include <stdint.h>
9  #include <sys/types.h>
10  
11 @@ -30,9 +30,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 double_t  __double_t;
19 +typedef float_t  __float_t;
20  
21  /*
22   * The original fdlibm code used statements like:
This page took 0.029913 seconds and 4 git commands to generate.