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 9cd89c3a1f
commit f732ef26a8

View File

@ -5,7 +5,7 @@ libc {
# for all GNU/Linux configurations. # for all GNU/Linux configurations.
GLIBC_2.0 { GLIBC_2.0 {
#errlist-compat 1134 #errlist-compat 123
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr; _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
# Exception handling support functions from libgcc # Exception handling support functions from libgcc
@ -21,16 +21,11 @@ libc {
# s* # s*
sysmips; sysmips;
} }
GLIBC_2.1 { GLIBC_2.2 {
#errlist-compat 1134 #errlist-compat 1134
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr; _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
}
GLIBC_2.2 {
# _* # _*
_test_and_set; _test_and_set;
} }
GLIBC_2.3 {
#errlist-compat 1134
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
}
} }