things to do for arch maintainers
Kaz Kojima
kkojima@rr.iij4u.or.jp
Wed Dec 21 00:57:00 GMT 2005
Ulrich Drepper <drepper@redhat.com> wrote:
> Applied. But why didn't the typo have any effect? Is there a test we
> need to add?
Before the patch, sysdeps/generic/dl-sysdep.h wasn't included before
the definitions of SYSCALL_ERROR_HANDLER in sysdeps/unix/sysv/linux/sh/
sysdeps.h. Then RTLD_PRIVATE_ERRNO is always 0 and the broken macro
was never used. So rtld-* routines used slow SYSCALL_ERROR_HANDLER
but there was no error. Now the patch includes sysdeps/generic/dl-sysdep.h
via tls.h and the fast SYSCALL_ERROR_HANDLER is used.
Regards,
kaz
More information about the Libc-hacker
mailing list