From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62420 invoked by alias); 6 Oct 2016 16:35:07 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 62393 invoked by uid 89); 6 Oct 2016 16:35:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=USE, Hx-languages-length:785 X-HELO: relay1.mentorg.com Date: Thu, 06 Oct 2016 16:35:00 -0000 From: Joseph Myers To: "Gabriel F. T. Gomes" CC: , Subject: Re: [PATCH v6 1/3] Add strfromd, strfromf, and strfroml functions In-Reply-To: <1475705953-4433-2-git-send-email-gftg@linux.vnet.ibm.com> Message-ID: References: <1475705953-4433-1-git-send-email-gftg@linux.vnet.ibm.com> <1475705953-4433-2-git-send-email-gftg@linux.vnet.ibm.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2016-10/txt/msg00138.txt.bz2 On Wed, 5 Oct 2016, Gabriel F. T. Gomes wrote: > diff --git a/stdlib/bits/stdlib-ldbl.h b/stdlib/bits/stdlib-ldbl.h > index acff499..0c8f87b 100644 > --- a/stdlib/bits/stdlib-ldbl.h > +++ b/stdlib/bits/stdlib-ldbl.h > @@ -20,6 +20,9 @@ > # error "Never include directly; use instead." > #endif > > +#define __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION > +#include > + Just as this header did not need to include , so it doesn't need to do this either: it's only included from , which has already ensures the USE macros are correctly defined via its include of . -- Joseph S. Myers joseph@codesourcery.com