From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 76CDD3858434; Fri, 9 Feb 2024 17:34:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 76CDD3858434 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707500043; bh=FTxhMJDkl1Ss03umYwCoO5VYZxKs7bSeNbpdjZIFsuo=; h=From:To:Subject:Date:From; b=jZKbAhKYJJiNA5d9w9ZkiePdTDcdsP2mZQAD6c5a1vh50d15TPJIi4R4sTijq7VdJ L2grSf0aEwWfMpUFQ30bNUsNcjufdgUOsIKx12T1SviK/HmSLAZWRKSwJ0s2ZDeHJX FuGFVLW302nCQttNiWTMbfs4GmhZTGpuhTjLG1j4= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc/azanella/clang] stdlib: Avoid internal definitions for tst-strtod5i X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/clang X-Git-Oldrev: 3972c9e361a72db29a38481fe771db5300eb9248 X-Git-Newrev: 9ef6ee807d426675b04837e0fdce72e61b367729 Message-Id: <20240209173403.76CDD3858434@sourceware.org> Date: Fri, 9 Feb 2024 17:34:03 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9ef6ee807d426675b04837e0fdce72e61b367729 commit 9ef6ee807d426675b04837e0fdce72e61b367729 Author: Adhemerval Zanella Date: Thu Mar 24 15:35:28 2022 -0300 stdlib: Avoid internal definitions for tst-strtod5i Compiler might emit a __copysign. Diff: --- stdlib/tst-strtod5i.c | 1 + 1 file changed, 1 insertion(+) 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 . */ +#define NO_MATH_REDIRECT #include #include #include