Follow the mistake in libpthread, the first version name in libpthread

is LIBTHREAD_1_0, but really it should be LIBPTHREAD_1_0.
Fix it so libmap.conf works again (it was broken by recent versioning
code in rtld_elf).
This commit is contained in:
David Xu 2005-12-21 02:34:20 +00:00
parent 6f229bd3ae
commit 7a65760923

View File

@ -1,5 +1,5 @@
# $FreeBSD$
LIBPTHREAD_1_0 {
LIBTHREAD_1_0 {
global:
___creat;
__accept;