mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
These private symbols are used by libc so expose as we do with auxargs bits rather then relying on duplicate implementations in libc. Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D44114
13 lines
222 B
Text
13 lines
222 B
Text
FBSDprivate_1.0 {
|
|
__elf_aux_vector;
|
|
__getosreldate;
|
|
__realpathat;
|
|
_elf_aux_info;
|
|
freebsd11_fstat;
|
|
freebsd11_fstatat;
|
|
freebsd11_getfsstat;
|
|
freebsd11_lstat;
|
|
freebsd11_stat;
|
|
freebsd11_statfs;
|
|
freebsd7___semctl;
|
|
};
|