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:
Brooks Davis 2024-04-16 22:50:52 +01:00
parent f276adc148
commit df1a09ba52

View file

@ -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;
};