about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-03-24 15:35:28 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-04-17 16:12:40 -0300
commiteadc9db07b05cff9e9ab0d52d0c0028ac9d7ffd2 (patch)
treed2a07f8f9b037932eb56377b3f5d9e86039f1434
parent4b7c2232917e57d3902213f387ac2bcd51f48d8f (diff)
downloadglibc-eadc9db07b05cff9e9ab0d52d0c0028ac9d7ffd2.tar.gz
glibc-eadc9db07b05cff9e9ab0d52d0c0028ac9d7ffd2.tar.xz
glibc-eadc9db07b05cff9e9ab0d52d0c0028ac9d7ffd2.zip
stdlib: Avoid internal definitions for tst-strtod5i
Compiler might emit a __copysign.
-rw-r--r--stdlib/tst-strtod5i.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/tst-strtod5i.c b/stdlib/tst-strtod5i.c
index ee54e3404c..ac89bfa07f 100644
--- a/stdlib/tst-strtod5i.c
+++ b/stdlib/tst-strtod5i.c
@@ -16,6 +16,7 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
+#define NO_MATH_REDIRECT
 #include <locale.h>
 #include <stdio.h>
 #include <stdlib.h>