]> git.pld-linux.org Git - packages/thunderbird.git/blobdiff - glibc-2.34.patch
up to 115.4.1
[packages/thunderbird.git] / glibc-2.34.patch
index 1c3f283641941ce262f5321486fd525e45056cc6..b1ae762771efe3f6c16174eecff62802f680b62f 100644 (file)
@@ -8,13 +8,15 @@
  #include <stdint.h>
  #include <sys/types.h>
  
-@@ -30,8 +30,7 @@
+@@ -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.139036 seconds and 4 git commands to generate.