mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
Add prototype. Export from libdl. Fixes: 1426fd6cff0603f0ee275b99f2ba35dc36f3d0c2 Reviewed by: kevans Sponsored by: The FreeBSD Foundation (cherry picked from commit 209fd89a2810419309944f10d11834321f0ebb25)
28 lines
232 B
Text
28 lines
232 B
Text
/*
|
|
*/
|
|
|
|
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;
|
|
};
|