https://bugs.kde.org/show_bug.cgi?id=428909
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #19 from Mark Wielaard <m...@klomp.org> --- (In reply to Paul Floyd from comment #14) > Created attachment 133729 [details] > Try to make clearer conditional macros > > I've split the possibilities into > > VG_WRAP_THREAD_FUNCTION_LIBPTHREAD_ONLY > VG_WRAP_THREAD_FUNCTION_LIBC_ONLY > and > VG_WRAP_THREAD_FUNCTION_LIBC_AND_LIBPTHREAD > > This now affects redir.c and DRD drd_pthread_intercepts.c, which I changet > to keep consistent. > > MUSL no longer uses VG_Z_LIBPTHREAD_SONAME to refer to libc.* Shouldn't that first #if defined(VGO_darwin) in drd_pthread_intercepts.c be #if defined(VG_WRAP_THREAD_FUNCTION_LIBPTHREAD_ONLY) ? Otherwise looks good. This looks good, thanks. I am testing this with Fedora 33+ now. -- You are receiving this mail because: You are watching all bug changes.