Daniel Eischen wrote:
> We also have an additional requirement in libc.  Our uses of
> _pthread_* in libc must correspond to the [single underscore]
>  _pthread_* in libc_r (and libpthread eventually).  All references
> to [non underscore] pthread_* routines must correspond to the
> [two underscore] __pthread_* routines in libc_r.  This is
> so our threads libraries can tell the difference between
> application and implementation locks.

I understand the distinction being drawn there, but the X11
lib XThrStub.so is really an attempt to erase it.  It doesn't
make a lot of sense to make such a distinction, if you're just
going to have to do a lot of work to cover it up again.

-- Terry



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to