From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54125 invoked by alias); 8 Jan 2018 12:46:00 -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 54113 invoked by uid 89); 8 Jan 2018 12:45:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=ancillary X-HELO: mailbackend.panix.com X-Gm-Message-State: AKGB3mKqwYpkgaai7K5E3KGuqruHyNCux9jkXT5glt9pNkUrlP1UHxf8 eDQLGIptAaR8kf9MNSf3vWU179J8krBCrgrsiQk= X-Google-Smtp-Source: ACJfBosH+BbHKKVsQ0N5MZX8PvoVq6K4gfJlYlnO2xJ6uBq1xTQOa7xO0n6w6mjoqJLo6y6sZZy7z7FOeyf9E8SBaDM= X-Received: by 10.202.187.66 with SMTP id l63mr6374348oif.2.1515415555095; Mon, 08 Jan 2018 04:45:55 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20180102034436.11037-2-zackw@panix.com> References: <20180102034436.11037-1-zackw@panix.com> <20180102034436.11037-2-zackw@panix.com> From: Zack Weinberg Date: Mon, 08 Jan 2018 12:46:00 -0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 2/2] Don't include libio.h from stdio.h. To: GNU C Library Cc: Florian Weimer , Joseph Myers Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-01/txt/msg00234.txt.bz2 On Mon, Jan 1, 2018 at 10:44 PM, Zack Weinberg wrote: > The only thing stdio.h really needed libio.h for was the complete > definition of the FILE struct. This is moved to > bits/types/struct_FILE.h, along with just enough ancillary definitions > for the inlines in bits/stdio.h. stdio.h itself leaves FILE as an > opaque typedef; bits/types/struct_FILE.h will only be read when the > inlines are active. Ping? zw