]> git.pld-linux.org Git - packages/thunderbird.git/blobdiff - glibc-2.34.patch
up to 115.8.0
[packages/thunderbird.git] / glibc-2.34.patch
index 6e55c2c186dd31a0373c1aca20afa5e27ddb81af..b1ae762771efe3f6c16174eecff62802f680b62f 100644 (file)
@@ -1,12 +1,22 @@
 --- thunderbird-91.1.1/modules/fdlibm/src/math_private.h.orig  2021-09-16 18:04:11.000000000 +0200
 +++ thunderbird-91.1.1/modules/fdlibm/src/math_private.h       2021-09-20 09:14:38.327837986 +0200
-@@ -30,8 +30,7 @@
+@@ -18,6 +18,7 @@
+ #define       _MATH_PRIVATE_H_
+ #include <cfloat>
++#include <math.h>
+ #include <stdint.h>
+ #include <sys/types.h>
+@@ -30,9 +30,8 @@
   * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t
   */
  
 -typedef double      __double_t;
 -typedef __double_t  double_t;
-+typedef double_t __double_t;
+-typedef float       __float_t;
++typedef double_t  __double_t;
++typedef float_t  __float_t;
  
  /*
   * The original fdlibm code used statements like:
This page took 0.169432 seconds and 4 git commands to generate.