]> git.pld-linux.org Git - packages/thunderbird.git/blob - glibc-2.34.patch
- include header with double_t definition
[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,8 +30,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.034316 seconds and 3 git commands to generate.