https://bugs.kde.org/show_bug.cgi?id=371869
Ivo Raisr <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101909|0 |1 is obsolete| | --- Comment #5 from Ivo Raisr <[email protected]> --- Created attachment 101910 --> https://bugs.kde.org/attachment.cgi?id=101910&action=edit proposed patch v3 And for memset%* replacement to work, the following needs to be changed as well: #define MEMSET(soname, fnname) \ - void* VG_REPLACE_FUNCTION_EZU(20210,soname,fnname) \ + void* VG_REPLACE_FUNCTION_EZZ(20210,soname,fnname) \ (void *s, Int c, SizeT n); \ - void* VG_REPLACE_FUNCTION_EZU(20210,soname,fnname) \ + void* VG_REPLACE_FUNCTION_EZZ(20210,soname,fnname) \ (void *s, Int c, SizeT n) \ -- You are receiving this mail because: You are watching all bug changes.
