From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id E1D14386CE67; Thu, 9 Jun 2022 21:22:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E1D14386CE67 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: 3dd0f965552681600b0fe5214193d58cec8d9016 X-Git-Newrev: b3aeab0047bb1035dbdf2ab0451a077fc1dee95e Message-Id: <20220609212218.E1D14386CE67@sourceware.org> Date: Thu, 9 Jun 2022 21:22:18 +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: Thu, 09 Jun 2022 21:22:19 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b3aeab0047bb1035dbdf2ab0451a077fc1dee95e commit b3aeab0047bb1035dbdf2ab0451a077fc1dee95e 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