This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 15/15] linux: Remove INTERNAL_SYSCALL_DECL
* Adhemerval Zanella:
> diff --git a/sysdeps/unix/sysv/linux/mips/mips32/sysdep.h b/sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
> index 75d483c59b..8e9cb187d2 100644
> --- a/sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
> +++ b/sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
> @@ -37,6 +37,7 @@
> /* We don't want the label for the error handler to be visible in the symbol
> table when we define it here. */
> #ifdef __PIC__
> +# undef SYSCALL_ERROR_LABEL
> # define SYSCALL_ERROR_LABEL 99b
> #endif
This change seems like it would fit more into patch 13?
(Also for mips64, s390, s390x, x86-64.)
Thanks,
Florian