From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id F32FE3856255; Tue, 10 May 2022 18:26:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F32FE3856255 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: 0b6aad1d0a3a0e4b67d48e0f3978cc0fc7d3a9f6 X-Git-Newrev: bb0e200cc0fe3b2f72cad9caa7e9f8f1746326c5 Message-Id: <20220510182615.F32FE3856255@sourceware.org> Date: Tue, 10 May 2022 18:26:15 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2022 18:26:16 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=bb0e200cc0fe3b2f72cad9caa7e9f8f1746326c5 commit bb0e200cc0fe3b2f72cad9caa7e9f8f1746326c5 Author: Adhemerval Zanella Date: Thu Mar 24 15:35:28 2022 -0300 stdlib: Avoid internal definitions for tst-strtod5i Diff: --- stdlib/tst-strtod5i.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stdlib/tst-strtod5i.c b/stdlib/tst-strtod5i.c index 6949e58f5d..6288f4db74 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