1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

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

@ -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 {