aboutsummaryrefslogtreecommitdiff
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-02-09 10:29:18 -0300
commit9ef6ee807d426675b04837e0fdce72e61b367729 (patch)
tree0da520601f719b2f29029cbae42fa28bb49b5e00
parent3972c9e361a72db29a38481fe771db5300eb9248 (diff)
downloadglibc-9ef6ee807d426675b04837e0fdce72e61b367729.tar
glibc-9ef6ee807d426675b04837e0fdce72e61b367729.tar.gz
glibc-9ef6ee807d426675b04837e0fdce72e61b367729.tar.bz2
glibc-9ef6ee807d426675b04837e0fdce72e61b367729.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>