DragonFly users List (threaded) for 2006-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: errno contain 672964768
On Fri, Mar 10, 2006 at 09:04:08PM -0800, Jeremy C. Reed wrote:
> The libX11 from pkgsrc package has stubs for the various thread
> definitions like pthread_self. This libX11.so doesn't use
> libc_r.
Ieek. Please kill those. They don't belong into libX11. libc provides
thread stubs for everything but pthread_create. Those return an
appropiate error, based on the assumption that programs which never run
pthread_create don't really care.
> I am not sure how I can code a small portion of this for testing because
> it is in the middle of ton of X server code and I am not sure what else is
> going on.
OK, I'll try to build a test cast myself.
Joerg
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]