On 2014/09/23 22:57, Nick Guenther wrote: > >libpthread is special > > Sorry for the noise and thank you for taking the time to answer me anyway. I > guess linux is less restrictive about dlopen(), then?
It's only needed because we rely on libpthread overriding libc functions, if linux doesn't do that then it doesn't need to worry about dlopen.
