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:
parent
6f229bd3ae
commit
7a65760923
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
LIBPTHREAD_1_0 {
|
||||
LIBTHREAD_1_0 {
|
||||
global:
|
||||
___creat;
|
||||
__accept;
|
||||
|
Loading…
Reference in New Issue
Block a user