On Jun 28, 2008, at 1:55 PM, matthew green wrote:
i'm not convinced this is good or correct. pthread shouldn't get dragged into all c++ apps on netbsd.
Agreed (although I'm starting to think that we should just move all of the pthread stuff into libc itself).
pthread_mutex_t type changed. can't we just pad that to the right size again?
That is the correct solution. The type is opaque to clients, except for its size.
-- thorpej