libsys: expose a few more symbols for libc's use
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
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user