From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130596 invoked by alias); 25 Nov 2016 07:36:57 -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 130504 invoked by uid 89); 25 Nov 2016 07:36:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail.pacific.net Subject: Re: [PATCH 3/3] manual: Add new header and standards annotations. To: Joseph Myers References: <20161123063807.14845-1-ricaljasan@pacific.net> <20161123063807.14845-4-ricaljasan@pacific.net> Cc: libc-alpha@sourceware.org, Michael Kerrisk , "Carlos O'Donell" From: Rical Jasan Message-ID: Date: Fri, 25 Nov 2016 07:36:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Null-Tag: 5c2f84466b358a745defbfdd8f95ef15 X-SW-Source: 2016-11/txt/msg00912.txt.bz2 On 11/23/2016 09:42 AM, Joseph Myers wrote: > In stdio.h, > SEEK_SET, SEEK_CUR, SEEK_END are all likewise C90. What about the other 2 headers? I had: @comment stdio.h unistd.h fcntl.h @comment ISOC99, POSIX, XOPEN || XOPEN2K8 Do you want: @comment stdio.h unistd.h fcntl.h @comment C90, POSIX, XOPEN || POSIX.1-2008 Rical