Hello,
On Thu, 11 Aug 2016 23:33:27 +0200, Thomas Petazzoni wrote:
It is worth mentioning that using the musl C library, this test case works fine in both dynamic linking and static linking cases (and the libarchive error also does not occur).
Quick additional info: musl only has libc.a/libc.so, so it obviously always work, and probably always uses the full-blown pthread_mutex_*() implementation. But at least, it works transparently.
Thomas