On Friday 04 May 2012 06:10:02 HeinBali wrote: > > This implements big-dlfcn lock to allow multithreaded usage of > > dlopen/dlsym/dlclose. We should really clean up the dl code so > > we can use more fine grained locking or even RCU where appropriate. > > Maybe it would be a good idea to check within libdl.c : > > #ifndef PTHREADS_NATIVE > #error ... > #endif > > I just spent a long time wondering why all of the ALSA utilities crashed > right after start-up: Buildroot had selected the standard Linux thread type > (PTHREADS_OLD)
the locking code is pthread-implementation independent. there's no reason i can see that this would require NPTL. -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
