From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99749 invoked by alias); 9 Jan 2018 16:38:31 -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 99739 invoked by uid 89); 9 Jan 2018 16:38:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:350 X-HELO: mailbackend.panix.com X-Gm-Message-State: AKwxytdPectsoL78OSke9+7gHj8SrX9WabLriHuyRHMYNBrH8/eAKk/e B0xxmw7ajG6pbPYMxyoN/t2R9ZGwJFy/oODhhks= X-Google-Smtp-Source: ACJfBotg9ynhhqke32XkxOy5ysqkN9HrZSNTQXeMyq8N9sTEbS4OscotC1dOLQ/DwZc2ajijofIR35X6oHDYKtwavYs= X-Received: by 10.157.43.161 with SMTP id u30mr8971032ota.225.1515515380866; Tue, 09 Jan 2018 08:29:40 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20180108165954.6301-1-zackw@panix.com> References: <20180108165954.6301-1-zackw@panix.com> From: Zack Weinberg Date: Tue, 09 Jan 2018 16:38:00 -0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] Don't include libio.h from the installed stdio.h. To: GNU C Library Cc: Florian Weimer , Joseph Myers Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-01/txt/msg00280.txt.bz2 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. zw