From owner-cvs-all Fri Jan 10 10:32:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75BE037B405; Fri, 10 Jan 2003 10:32:47 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE64D43ED8; Fri, 10 Jan 2003 10:32:46 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.6/8.12.6) with ESMTP id h0AIWjCJ026227 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 10 Jan 2003 13:32:45 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.6/8.12.6/Submit) id h0AIWjBS026224; Fri, 10 Jan 2003 13:32:45 -0500 (EST) (envelope-from wollman) Date: Fri, 10 Jan 2003 13:32:45 -0500 (EST) From: Garrett Wollman Message-Id: <200301101832.h0AIWjBS026224@khavrinen.lcs.mit.edu> To: Daniel Eischen Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio Makefile.inc unlocked.c In-Reply-To: References: <200301100435.h0A4Z9f8029244@repoman.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > For functions that aren't defined by POSIX or other specs, we should > use "__" versions of those functions with the non-"__" versions being > weak definitions to them. Not necessarily. That is only true if: (1) The calling function is either Standard or in the same source file as a Standard function, and (2) the function called is not already in a namespace reserved by the Standard. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message