public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@davemloft.net>
To: jakub@redhat.com
Cc: libc-hacker@sources.redhat.com
Subject: Re: [PATCH]: Fix Sparc errlist-compat
Date: Tue, 27 Dec 2005 09:10:00 -0000	[thread overview]
Message-ID: <20051227.011021.87507656.davem@davemloft.net> (raw)
In-Reply-To: <20051227085314.GC4625@sunsite.mff.cuni.cz>

From: Jakub Jelinek <jakub@redhat.com>
Date: Tue, 27 Dec 2005 09:53:14 +0100

> 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).

My bad, that's what Uli did in the generic linux/Versions file.

This patch is better.

2005-12-27  David S. Miller  <davem@sunset.davemloft.net>

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

Index: sysdeps/unix/sysv/linux/sparc/Versions
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/sparc/Versions,v
retrieving revision 1.1
diff -p -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 09:08:46 -0000
*************** libc {
*** 16,21 ****
--- 16,25 ----
      #errlist-compat	128
      _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
    }
+   GLIBC_2.4 {
+     #errlist-compat	134
+     _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
+   }
  }
  librt {
    GLIBC_2.3 {

  reply	other threads:[~2005-12-27  9:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-27  3:51 David S. Miller
2005-12-27  8:53 ` Jakub Jelinek
2005-12-27  9:10   ` David S. Miller [this message]
2005-12-27 15:03     ` Ulrich Drepper
2005-12-27 15:14       ` [PATCH]: Fix Alpha errlist-compat Jakub Jelinek
2005-12-30  2:33         ` 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=20051227.011021.87507656.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=jakub@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).