From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10711 Path: news.gmane.org!.POSTED!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Header conformance/improvements Date: Mon, 7 Nov 2016 11:50:53 -0500 Message-ID: <20161107165053.GD1555@brightrain.aerifal.cx> References: <20161020213058.GT19318@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1478537519 27920 195.159.176.226 (7 Nov 2016 16:51:59 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 7 Nov 2016 16:51:59 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-10724-gllmg-musl=m.gmane.org@lists.openwall.com Mon Nov 07 17:51:53 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1c3n8U-00017p-Dj for gllmg-musl@m.gmane.org; Mon, 07 Nov 2016 17:51:06 +0100 Original-Received: (qmail 18323 invoked by uid 550); 7 Nov 2016 16:51:06 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 18304 invoked from network); 7 Nov 2016 16:51:05 -0000 Content-Disposition: inline In-Reply-To: Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:10711 Archived-At: On Thu, Oct 20, 2016 at 07:19:50PM -0400, Daniel Sabogal wrote: > On Thu, Oct 20, 2016 at 5:30 PM, Rich Felker wrote: > > On Tue, Oct 11, 2016 at 06:44:14PM -0400, Daniel Sabogal wrote: > >> namespace/feature testing > >> ------------------------- > >> sys/time.h:13-29: sys/time.h - XSI header > > > > Not sure what you mean here. If the whole header is XSI there's no > > obligation to check FTMs; a conforming non-XSI program doesn't include > > it. > > Sorry, I should have been more descriptive with this one. The issue here is > that there are unnecessary checks for _XOPEN_SOURCE. OK, thanks for catching that. Fixing. Rich