Add new errlist compat entry for 2.12.

This commit is contained in:
Andreas Schwab 2010-02-06 02:02:22 -08:00 committed by Ulrich Drepper
parent 1712734592
commit 70da4a1826
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-01-26 Andreas Schwab <schwab@redhat.com>
* sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
entry for 2.12.
2010-02-03 Ulrich Drepper <drepper@redhat.com>
[BZ #11235]

View File

@ -19,6 +19,10 @@ libc {
#errlist-compat 134
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
}
GLIBC_2.12 {
#errlist-compat 135
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
}
}
librt {
GLIBC_2.3 {