From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 058093858033; Thu, 9 Feb 2023 19:50:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 058093858033 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675972236; bh=8Cgmq7UbZX02GoLTCATQ6juTHfLAdNRAAEpdzFbJwDw=; h=From:To:Subject:Date:From; b=h3QB769rGcdrjb3Ef/8iJffQ0QjtB+COSSmkLa0afEM5otYCD07b2jCv0zDpiwdDB ohFIuDPJ0ugh3VWxP2B8mmMQymgjyO+B6/bXP04jcoZbK1XFTF1CNvkhuETIuXhsaT 4ds+AEAqbhnhBUcKmIueKrKWl2EyYxAdNYajbvCY= 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: 99b4a2da1cfc4b159922ecde3e30a8a96ebfec5a X-Git-Newrev: 6e0522cd1fc5ff4fcebc60712d4e744d09602f8d Message-Id: <20230209195036.058093858033@sourceware.org> Date: Thu, 9 Feb 2023 19:50:36 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6e0522cd1fc5ff4fcebc60712d4e744d09602f8d commit 6e0522cd1fc5ff4fcebc60712d4e744d09602f8d 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 c58c5b1439..3a3bb7df10 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