1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

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.
This commit is contained in:
Roland McGrath
2002-11-06 02:53:24 +00:00
parent 5185907455
commit 0d98b3957e

View File

@@ -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;
}
}