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 Sparc errlist-compat


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.

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

Index: sysdeps/unix/sysv/linux/sparc/Versions
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/sparc/Versions,v
retrieving revision 1.1
diff -u -r1.1 Versions
--- 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;
   }
 }


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