From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 1D2A93858006; Wed, 7 Feb 2024 14:09:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1D2A93858006 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707314963; bh=vN41jUaTu4rcwUOJEn3NZdoLmP/ULPKvRGvyzvHAdWo=; h=From:To:Subject:Date:From; b=sHsLmaZAkToa7WBH2uwKMK0UUQ6ceSakqiNhfBpWhDdL+iUSv55Ne8C9FBslEtaV7 q006oSWRFRghIyvqa9YRaH2EITp70B5jDDtFsW+nUTnn3S3cP2vZL0ReU4yGu6wOY9 RMQ6wHm5zN177vD8/IfPrlD8tQm4Lbu/B9zaD5sE= 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: 3e00404024952ec5cd46f3add9405ea95472004b X-Git-Newrev: d273be267cde4dbf7501ebb5e804aa4418fda58f Message-Id: <20240207140923.1D2A93858006@sourceware.org> Date: Wed, 7 Feb 2024 14:09:23 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d273be267cde4dbf7501ebb5e804aa4418fda58f commit d273be267cde4dbf7501ebb5e804aa4418fda58f 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