b9221e5c75
libc. Disable SYMVER_DEFAULT n rtld until its implications are understood better.
22 lines
271 B
Plaintext
22 lines
271 B
Plaintext
# $FreeBSD$
|
|
|
|
FBSD_1.0 {
|
|
_rtld_error;
|
|
dlclose;
|
|
dlerror;
|
|
dlopen;
|
|
dlsym;
|
|
dlvsym;
|
|
dladdr;
|
|
dllockinit;
|
|
dlinfo;
|
|
dl_iterate_phdr;
|
|
__tls_get_addr;
|
|
};
|
|
|
|
FBSDprivate {
|
|
_rtld_thread_init;
|
|
_rtld_allocate_tls;
|
|
_rtld_free_tls;
|
|
};
|