From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88222 invoked by alias); 9 Jan 2018 16:33:58 -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 88179 invoked by uid 89); 9 Jan 2018 16:33:56 -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,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Subject: Re: [PATCH] Don't include libio.h from the installed stdio.h. To: Zack Weinberg , GNU C Library Cc: Joseph Myers References: <20180108165954.6301-1-zackw@panix.com> From: Florian Weimer Message-ID: <13909712-82eb-9af3-85db-4177ae7e6454@redhat.com> Date: Tue, 09 Jan 2018 16:33:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-01/txt/msg00279.txt.bz2 On 01/09/2018 05:29 PM, Zack Weinberg wrote: > On Mon, Jan 8, 2018 at 11:59 AM, Zack Weinberg wrote: >> This patch removes the #include of libio.h from the installed stdio.h, > ... >> This passes the testsuite on x86-64-linux-gnu. A build-many-glibcs >> cycle is in progress. > > No new failures from build-many-glibcs. What about material object file changes? Thanks, Florian