From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12753 invoked by alias); 28 Nov 2016 00:46:19 -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 12743 invoked by uid 89); 28 Nov 2016 00:46:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:268 X-HELO: zimbra.cs.ucla.edu Subject: Re: [PATCH] fnmatch.h: use standard internal defines To: libc-alpha@sourceware.org References: <20161127070410.6029-1-vapier@gentoo.org> <20161127171212.GB20966@vapier.lan> From: Paul Eggert Message-ID: <28ca38d8-1516-364a-ba66-8d58daff245b@cs.ucla.edu> Date: Mon, 28 Nov 2016 00:46:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161127171212.GB20966@vapier.lan> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-SW-Source: 2016-11/txt/msg00983.txt.bz2 Mike Frysinger wrote: > maybe it's time to create a new internal gnulib module to unify that ? That would be one way; another is to treat fnmatch.h like regex.h etc. i.e.= to=20 duplicate the "#define _USE_GNU" code.