[PATCH]: Fix Sparc errlist-compat
Jakub Jelinek
jakub@redhat.com
Tue Dec 27 08:53:00 GMT 2005
On Mon, Dec 26, 2005 at 07:51:31PM -0800, David S. Miller wrote:
>
> With the robust futex errnos added in current 2.6.x kernel
> headers, the Sparc errlist-compat needs to be bumped up to
> 134.
>
> Please apply, thanks.
This is ABI incompatible change, which really can't be done this way.
If more error values are needed, they should be added at
GLIBC_2.4 (likely not just on SPARC but on other arches as well).
> 2005-12-26 David S. Miller <davem@sunset.davemloft.net>
>
> * sysdeps/unix/sysv/linux/sparc/Versions: Bump errlist-compat up
> to 134 for GLIBC_2.3
>
> --- sysdeps/unix/sysv/linux/sparc/Versions 28 Aug 2002 23:56:02 -0000 1.1
> +++ sysdeps/unix/sysv/linux/sparc/Versions 27 Dec 2005 03:48:47 -0000
> @@ -13,7 +13,7 @@
> _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
> }
> GLIBC_2.3 {
> - #errlist-compat 128
> + #errlist-compat 134
> _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
> }
> }
Jakub
More information about the Libc-hacker
mailing list