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:
Brooks Davis 2025-02-19 19:07:03 +00:00
parent b4bb480ae9
commit 58d43a3cd7
2 changed files with 1 additions and 1 deletions

View file

@ -50,7 +50,6 @@ STATICOBJS+= interposing_table.o
.endif
PSEUDO= \
__realpathat \
clock_gettime \
exit \
getlogin \

View file

@ -3,6 +3,7 @@ FBSDprivate_1.0 {
__libsys_errno;
__getosreldate;
__libsys_interposing_slot;
__realpathat;
_elf_aux_info;
freebsd11_fstat;
freebsd11_fstatat;