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]

[PATCH]: Fix Alpha errlist-compat


On Tue, Dec 27, 2005 at 07:03:05AM -0800, Ulrich Drepper wrote:
> David S. Miller wrote:
> 
> > This patch is better.
> 
> Applied.

Alpha needs similar changes (and MIPS probably too, but that's left
for MIPS maintainer):

2005-12-27  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/alpha/Versions: Add new errlist-compat
	entry for up to 138 errnos.

--- libc/sysdeps/unix/sysv/linux/alpha/Versions.jj	2004-05-07 14:32:48.000000000 +0200
+++ libc/sysdeps/unix/sysv/linux/alpha/Versions	2005-12-27 16:11:24.000000000 +0100
@@ -73,6 +73,10 @@ libc {
     #errlist-compat	132
     _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
   }
+  GLIBC_2.4 {
+    #errlist-compat	138
+    _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
+  }
   GLIBC_PRIVATE {
     __libc_alpha_cache_shape;
   }


	Jakub


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