Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Nov 2009 09:11:14 +0800
From:      David Xu <davidxu@freebsd.org>
To:        "M. Warner Losh" <imp@bsdimp.com>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r199469 - head/lib/librt
Message-ID:  <4B049B32.6090801@freebsd.org>
In-Reply-To: <20091118.072514.673374189.imp@bsdimp.com>
References:  <200911180509.nAI593kQ058970@svn.freebsd.org> <20091118.072514.673374189.imp@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
M. Warner Losh wrote:
> In message: <200911180509.nAI593kQ058970@svn.freebsd.org>
>             David Xu <davidxu@freebsd.org> writes:
> : Author: davidxu
> : Date: Wed Nov 18 05:09:03 2009
> : New Revision: 199469
> : URL: http://svn.freebsd.org/changeset/base/199469
> : 
> : Log:
> :   link libpthread because the librt really needs it to fully function.
> 
> If you are now requiring libpthread, why are you using the _pthread_*
> functions everywhere else?
> 
> Warner

now the pthread_cleanup_push is a macro, but originally it is a
function.

I don't know if we need an underline version of pthread_cleanup_push,
it is trivial if one wants to add it.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B049B32.6090801>