From owner-cvs-src@FreeBSD.ORG Tue Oct 18 17:48:29 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E33DE16A420; Tue, 18 Oct 2005 17:48:29 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D26B43D48; Tue, 18 Oct 2005 17:48:29 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.5/8.13.5/NETPLEX) with ESMTP id j9IHmSit008896; Tue, 18 Oct 2005 13:48:28 -0400 (EDT) Date: Tue, 18 Oct 2005 13:48:28 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Stefan Farfeleder In-Reply-To: <20051018174123.GX67914@wombat.fafoe.narf.at> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/gen sem.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2005 17:48:30 -0000 On Tue, 18 Oct 2005, Stefan Farfeleder wrote: > On Tue, Oct 18, 2005 at 05:24:03PM +0000, Stefan Farfeleder wrote: > > stefanf 2005-10-18 17:24:03 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/libc/gen sem.c > > Log: > > Make __sem_timedwait() consistent with the sem_timedwait() prototype. > > We have a quite few cases where we declare foo() in the header and > define _foo() or __foo() in the .c file. Should such functions be added > to namespace.h? If you do, please don't put them in the thread sections. -- DE