From: Roland McGrath Date: Wed, 6 Nov 2002 02:53:24 +0000 (+0000) Subject: 2002-11-05 Roland McGrath X-Git-Tag: glibc-2.16-ports-before-merge~1537 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f732ef26a87629981cc209309913899da42a6405;p=thirdparty%2Fglibc.git 2002-11-05 Roland McGrath * 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. --- diff --git a/sysdeps/unix/sysv/linux/mips/Versions b/sysdeps/unix/sysv/linux/mips/Versions index 1569885d565..50bfac55996 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; - } }