svn commit: r189828 - in head: include sys/sys

Vasil Dimov vd at FreeBSD.org
Fri Mar 20 07:00:16 PDT 2009


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 at dv


More information about the svn-src-all mailing list