Albert Chin wrote:
> I'd review this:
>   http://mailman.mit.edu/pipermail/kerberos/2005-May/007723.html
>
> It details how the weak referenced stubs in libc on some systems work
> with pthread_once().

Thanks for the info. Indeed, on Solaris and HP-UX 11, the libc and libpthread
both contain most of the pthread_* symbols. But only the ones in libpthread
actually allow creating threads. I have fixed this in the lock module
through a most costly pthread_in_use() macro.

Bruno



_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to