https://bugs.kde.org/show_bug.cgi?id=428909

--- Comment #12 from Mark Wielaard <m...@klomp.org> ---
So one issue I had missed is that VG_Z_LIBPTHREAD_SONAME is defined as libcZdZa
(libc.*) is the source of the problem with MUSL because when we duplicate the
wrappers for VG_Z_LIBPTHREAD_SONAME and VG_Z_LIBC_SONAME in that case.

If we want to also fix this for musl then maybe redir.h should define something
like VG_LIBPTHREAD_IS_LIBC_SONAME which is 1 for MUSL, but 0 for anything else
and/or define something like VG_LIBPTHREAD_FUNCS_MIGHT_BE_IN_LIBC_SONAME which
would be 1 for glibc and indicates that all pthread_ function wrappers need to
be duplicated?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to