Date: Fri, 20 Mar 2009 14:00:15 +0000 From: Vasil Dimov <vd@FreeBSD.org> To: David Schultz <das@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r189828 - in head: include sys/sys Message-ID: <20090320140015.GA17645@hub.freebsd.org> In-Reply-To: <200903142010.n2EKAESF006945@svn.freebsd.org> References: <200903142010.n2EKAESF006945@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Mar 14, 2009 at 08:10:14PM +0000, David Schultz wrote: > Author: das > Date: Sat Mar 14 20:10:14 2009 > New Revision: 189828 > URL: http://svn.freebsd.org/changeset/base/189828 > > Log: > Fix the visibility of several prototypes. Also move pthread_kill() and > pthread_sigmask() to signal.h. In principle, this shouldn't break anything, [...] But it did break, see http://www.freebsd.org/cgi/query-pr.cgi?pr=132828 I think one's namespace shouldn't be polluted with the prototype of pthread_kill() if he has not included pthread.h. -- Vasil Dimov gro.DSBeerF@dv
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090320140015.GA17645>