From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51097 invoked by alias); 8 Jan 2018 12:45: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 50831 invoked by uid 89); 8 Jan 2018 12:45:00 -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=wire X-HELO: mailbackend.panix.com X-Gm-Message-State: AKwxytcDqAklVlTTYHRe4+ev8OHhf6MeXdJiLE9JL5uLaC5Dc0Teo1AC 4VsUvu9z76fYvR/KaZbqHi511B7PZSVKV0BT6UM= X-Google-Smtp-Source: ACJfBotR+1/WPz+z0faB3DnpGuGoRU0pACxXEAN7ZsGNA/Qe5bXLfsSlDOFtzXjBomlggMIAvWgumJjxz9uUhukqyoY= X-Received: by 10.157.27.131 with SMTP id z3mr6303798otd.379.1515415497033; Mon, 08 Jan 2018 04:44:57 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20180102034436.11037-1-zackw@panix.com> References: <20180102034436.11037-1-zackw@panix.com> From: Zack Weinberg Date: Mon, 08 Jan 2018 12:45:00 -0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 1/2] Avoid using libio internal symbols outside libio & stdio-common. To: GNU C Library Cc: Florian Weimer , joseph@codesourcery.come Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-01/txt/msg00233.txt.bz2 On Mon, Jan 1, 2018 at 10:44 PM, Zack Weinberg wrote: > It occurred to me that deprecating "#include " is not terribly > useful to Florian's longer-term goal of desupporting most of the _IO_* > symbols, as long as all of those names are still visible via stdio.h. > So this patchset makes stdio.h not include libio.h any more. I hope > this can squeeze under the wire for 2.27. Ping? zw