From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id E14D13858419; Thu, 21 Dec 2023 18:56:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E14D13858419 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703184967; bh=StTeNn0uHyujW4H75HkoXuCb+x0sb+UEwwXMu4OoZYs=; h=From:To:Subject:Date:From; b=eDMhV8tZ7+UJTrh+0OyblezxGknvZiQ/uynWB64AuBXF5AFykZ9cTldyyy52hWCUJ Xl9avSBnzu15GhmTmaPpKooHRAr2lT9ZI7paW+AxAbtTn8OpmeLDsWZSkic5+bOqaK aYkwPviPSHfngajbjhw9fulpQKg6CJBeglBuWsGE= 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: db93501650d88bd5f042ad6a98a1bd121cc0a654 X-Git-Newrev: d4c0e35965d306a8fb26c0ee2253dcd9ffcc7c64 Message-Id: <20231221185607.E14D13858419@sourceware.org> Date: Thu, 21 Dec 2023 18:56:07 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d4c0e35965d306a8fb26c0ee2253dcd9ffcc7c64 commit d4c0e35965d306a8fb26c0ee2253dcd9ffcc7c64 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