diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-06 02:53:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-06 02:53:24 +0000 |
commit | 0d98b3957e557bf5b354ce052980e78c4be649d5 (patch) | |
tree | b31c9693b5057d05041c6f5bf7e784ec341a88f7 | |
parent | 518590745532c4e307e309d616bb4fd1370b4e69 (diff) | |
download | glibc-0d98b3957e557bf5b354ce052980e78c4be649d5.tar.gz glibc-0d98b3957e557bf5b354ce052980e78c4be649d5.tar.xz glibc-0d98b3957e557bf5b354ce052980e78c4be649d5.zip |
2002-11-05 Roland McGrath <roland@redhat.com>
* sysdeps/unix/sysv/linux/mips/Versions (libc: GLIBC_2.0): Change #errlist-compat magic comment to give 123 as size. (libc: GLIBC_2.1): Remove this set, moving #errlist-compat magic to ... (libc: GLIBC_2.2): ... here. (libc: GLIBC_2.3): Likewise.
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/Versions | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/Versions b/sysdeps/unix/sysv/linux/mips/Versions index 1569885d56..50bfac5599 100644 --- a/sysdeps/unix/sysv/linux/mips/Versions +++ b/sysdeps/unix/sysv/linux/mips/Versions @@ -5,7 +5,7 @@ libc { # for all GNU/Linux configurations. GLIBC_2.0 { - #errlist-compat 1134 + #errlist-compat 123 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; # Exception handling support functions from libgcc @@ -21,16 +21,11 @@ libc { # s* sysmips; } - GLIBC_2.1 { + GLIBC_2.2 { #errlist-compat 1134 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; - } - GLIBC_2.2 { + # _* _test_and_set; } - GLIBC_2.3 { - #errlist-compat 1134 - _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; - } } |