mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-21 07:15:49 +00:00
209fd89a28
Add prototype. Export from libdl.
Fixes: 1426fd6cff
Reviewed by: kevans
Sponsored by: The FreeBSD Foundation
Differential revision: https://reviews.freebsd.org/D47563
29 lines
232 B
Plaintext
29 lines
232 B
Plaintext
/*
|
|
*/
|
|
|
|
FBSD_1.0 {
|
|
dladdr;
|
|
dlclose;
|
|
dlerror;
|
|
dlfunc;
|
|
dlopen;
|
|
dlsym;
|
|
dlvsym;
|
|
dlinfo;
|
|
dl_iterate_phdr;
|
|
};
|
|
|
|
|
|
FBSD_1.3 {
|
|
fdlopen;
|
|
};
|
|
|
|
FBSD_1.8 {
|
|
rtld_get_var;
|
|
rtld_set_var;
|
|
};
|
|
|
|
FBSDprivate_1.0 {
|
|
_dl_iterate_phdr_locked;
|
|
};
|