mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
This has always been in libc and never exported directly. I accidently
included it along side some freebsd11_* symbols based on a tree where I
moved semctl(2).
Fixes: df1a09ba52 libsys: expose a few more symbols for libc's use
13 lines
230 B
Text
13 lines
230 B
Text
FBSDprivate_1.0 {
|
|
__elf_aux_vector;
|
|
__getosreldate;
|
|
__realpathat;
|
|
__libsys_interposing_slot;
|
|
_elf_aux_info;
|
|
freebsd11_fstat;
|
|
freebsd11_fstatat;
|
|
freebsd11_getfsstat;
|
|
freebsd11_lstat;
|
|
freebsd11_stat;
|
|
freebsd11_statfs;
|
|
};
|