mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
Revert "libsys: Don't create or expose __realpathat"
This change broke RTLD. Revert while I test a fix.
This reverts commit fdccf03361.
This commit is contained in:
parent
b4bb480ae9
commit
58d43a3cd7
2 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,6 @@ STATICOBJS+= interposing_table.o
|
|||
.endif
|
||||
|
||||
PSEUDO= \
|
||||
__realpathat \
|
||||
clock_gettime \
|
||||
exit \
|
||||
getlogin \
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ FBSDprivate_1.0 {
|
|||
__libsys_errno;
|
||||
__getosreldate;
|
||||
__libsys_interposing_slot;
|
||||
__realpathat;
|
||||
_elf_aux_info;
|
||||
freebsd11_fstat;
|
||||
freebsd11_fstatat;
|
||||
|
|
|
|||
Loading…
Reference in a new issue