public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Ulrich Drepper <drepper@redhat.com>
Cc: "David S. Miller" <davem@davemloft.net>, libc-hacker@sources.redhat.com
Subject: [PATCH]: Fix Alpha errlist-compat
Date: Tue, 27 Dec 2005 15:14:00 -0000	[thread overview]
Message-ID: <20051227151402.GF4625@sunsite.mff.cuni.cz> (raw)
In-Reply-To: <43B157A9.7030106@redhat.com>

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

  reply	other threads:[~2005-12-27 15:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-27  3:51 [PATCH]: Fix Sparc errlist-compat David S. Miller
2005-12-27  8:53 ` Jakub Jelinek
2005-12-27  9:10   ` David S. Miller
2005-12-27 15:03     ` Ulrich Drepper
2005-12-27 15:14       ` Jakub Jelinek [this message]
2005-12-30  2:33         ` [PATCH]: Fix Alpha errlist-compat Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051227151402.GF4625@sunsite.mff.cuni.cz \
    --to=jakub@redhat.com \
    --cc=davem@davemloft.net \
    --cc=drepper@redhat.com \
    --cc=libc-hacker@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).