NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/38804
The following reply was made to PR toolchain/38804; it has been noted by GNATS.
From: Jason Thorpe <thorpej%shagadelic.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: toolchain-manager%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost,
mark%mcs.vuw.ac.nz@localhost,
uwe%netbsd.org@localhost
Subject: Re: toolchain/38804
Date: Sun, 29 Jun 2008 15:47:25 -0700
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
Home |
Main Index |
Thread Index |
Old Index