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

--- Comment #10 from Paul Floyd <pjfl...@wanadoo.fr> ---
In order for there to be no breakage you need all of the following to add no
new problems:
make [builds Valgrind]
make check [builds the testcases]
make regtest [runs the regtest]

regtest uses one ore more expected like [testcase].stderr.exp to capture and
compare the Valgrind output.

Looking again at the diffs I don't think that the expected need updating. I'd
still rather not see any change for glibc in the syscall patch.

Could you update that patch to do something like this

#include "./../../config..h"

#if defined(MUSL_LIBC)
#define MODIFY_LDT(func, ptr, bytecount) syscall(SYS_modify_ldt, (func), (ptr),
(bytecount) );
#else
#define MODIFY_LDT(func, ptr, bytecount) __modify_ldt((func), (ptr),
(bytecount) );
#endif

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

Reply via email to