Hi, Is there still a reason for _pthread_mutex_lock() to be weak? This poses problem when linking statically, because __mutex_lock_solid() then doesn't pull _pthread_mutex_lock() (since it already has a weak reference). The result is that on a stdio contention for instance, flockfile()'s __mutex_lock_solid() jumps to 0... Samuel