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

--- Comment #13 from Mark Wielaard <m...@klomp.org> ---
OK, I think I finally understand your patch, the alias is needed as
declaration, but then you still need to define the implementation. In drd the
implementation is done by calling one of the arguments of the macro, but in
helgrind the implementation follows the macro as a function body, so you cannot
refer to it in the PTH_FUNC macro itself.

I am still somewhat unclear on why it needs to be a weak alias, but I
understand at least why you want an function alias and cannot simply declare
two functions in the helgrind case.

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

Reply via email to