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.dsbe...@dv _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"