Subject: Re: pthread_equal() -- stub or macro?
To: None <tech-userlevel@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-userlevel
Date: 09/18/2007 20:44:49
On Tue, Sep 18, 2007 at 08:33:05PM +0200, Matthias Drochner wrote:
> there are some libraries which want to be threadsafe while
> not deploying threads by theirselfes. That's what we have
> the stubs in libc for.

All stubs should have weak aliases on them for the pthread name.
Period. This is a major issue right now for a bunch of packages.

Joerg