From owner-freebsd-standards Fri Jul 12 9:17: 1 2002 Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6498337B400; Fri, 12 Jul 2002 09:17:00 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id D71E543E31; Fri, 12 Jul 2002 09:16:59 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.3) with ESMTP id g6CGGwRC059267; Fri, 12 Jul 2002 12:16:59 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.3/Submit) id g6CGGwo7059264; Fri, 12 Jul 2002 12:16:58 -0400 (EDT) (envelope-from wollman) Date: Fri, 12 Jul 2002 12:16:58 -0400 (EDT) From: Garrett Wollman Message-Id: <200207121616.g6CGGwo7059264@khavrinen.lcs.mit.edu> To: Mike Heffner Cc: standards@FreeBSD.ORG Subject: Re: Update of glob(3) In-Reply-To: References: Sender: owner-freebsd-standards@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Alright, with some comments from Garrett Wollman, this is the second > version of this patch that hopefully uses the right conditional to exclude > non-POSIX conforming options in the header file. The only change is that > we test against __BSD_VISIBLE instead of !_POSIX_SOURCE. Although we don't really support old versions of POSIX, and in any case the namespace for these symbols is reserved, I think it would be helpful to those browsing the header file if the new symbols were appropriately marked to indicate that they were added in 1003.1-2001 (or whichever edition of POSIX did add them). See, for example, how hides certain symbols unless the application asked for 1003.1b-1993 namespace. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message