From owner-freebsd-current Mon Feb 11 19:47:14 2002 Delivered-To: freebsd-current@freebsd.org Received: from newman2.bestweb.net (newman2.bestweb.net [209.94.102.67]) by hub.freebsd.org (Postfix) with ESMTP id 3C12C37B641 for ; Mon, 11 Feb 2002 18:19:00 -0800 (PST) Received: from okeeffe.bestweb.net (okeefe.bestweb.net [209.94.100.110]) by newman2.bestweb.net (Postfix) with ESMTP id 07AD8232BF; Mon, 11 Feb 2002 21:17:58 -0500 (EST) Received: by okeeffe.bestweb.net (Postfix, from userid 0) id A68859F3AB; Mon, 11 Feb 2002 21:12:39 -0500 (EST) Date: Mon, 11 Feb 2002 07:15:33 +1100 (EST) From: Bruce Evans To: Daniel Eischen Cc: Kevin Day , , Subject: Re: function name collision on "getcontext" with ports/editors/joe Message-Id: <20020212021239.A68859F3AB@okeeffe.bestweb.net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 10 Feb 2002, Daniel Eischen wrote: > Hmm, includes . I'm not sure why though. > bde might know. includes for the normal namespace pollution that was needed to use sigreturn(2) (except sigreturn(2) itself isn't actually declared anywhere). Including gives the corresponding namespace pollution for using the current sigreturn(2). This is probably a mistake. (Don't believe the sigreturn man page; it documents osigreturn(2) for the i386 only.) Programs shouldn't have any problems with this, since they should define _POSIX_SOURCE if they only want the POSIX namespace ;-). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message