]> git.pld-linux.org Git - packages/thunderbird.git/blob - glibc-2.34.patch
- double_t is already defined in glibc 2.34
[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 @@ -30,8 +30,7 @@
4   * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t
5   */
6  
7 -typedef double      __double_t;
8 -typedef __double_t  double_t;
9 +typedef double_t __double_t;
10  
11  /*
12   * The original fdlibm code used statements like:
This page took 0.030975 seconds and 3 git commands to generate.