This is the mail archive of the libc-hacker@sourceware.org mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: Fix Sparc errlist-compat


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]