From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31606 invoked by alias); 11 Jan 2016 20:50:51 -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 31596 invoked by uid 89); 11 Jan 2016 20:50:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=buying X-HELO: mx1.redhat.com Subject: Re: RFC: deprecate sys/sysmacros.h inclusion from sys/types.h To: Zack Weinberg References: <564D4C62.3090404@panix.com> <566591BA.7090403@panix.com> <5693C73F.50908@panix.com> <5693C9F3.70500@redhat.com> Cc: GNU C Library , Adhemerval Zanella From: "Carlos O'Donell" Message-ID: <569415A8.3010608@redhat.com> Date: Mon, 11 Jan 2016 20:50:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-01/txt/msg00236.txt.bz2 On 01/11/2016 01:02 PM, Zack Weinberg wrote: > On Mon, Jan 11, 2016 at 10:27 AM, Carlos O'Donell wrote: >> >> I would like this to go into 2.24. >> >> The reason I say this is that we're very close to a Fedora release and >> I would like time to put the deprecation code into Rawhide to get the >> developers to cleanup their code there. > > I'm happy to have this go in on whatever schedule is most convenient > for the community at large. Perhaps we should check whether your > proposed schedule is also good for other distributions? > > (also, still waiting for any feedback at all on the content of the changes ;-) I'm buying myself time to review :} The other distributions are listed on MAINTAINERS and their respective glibc developers should follow this list, even orthogonally, and if we make this change it will go into the release-specific wiki page documenting distribution changes (like we did for DEFAULT_SOURCE and your other change). So they should have visibility just before the release. Cheers, Carlos.