The branch main has been updated by brooks:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=58d43a3cd72a4a85ab8489313672c7eab367495e

commit 58d43a3cd72a4a85ab8489313672c7eab367495e
Author:     Brooks Davis <bro...@freebsd.org>
AuthorDate: 2025-02-19 19:07:03 +0000
Commit:     Brooks Davis <bro...@freebsd.org>
CommitDate: 2025-02-19 19:07:34 +0000

    Revert "libsys: Don't create or expose __realpathat"
    
    This change broke RTLD.  Revert while I test a fix.
    
    This reverts commit fdccf0336197afe59be6f8859177fe2ff8f87fa6.
---
 lib/libsys/Makefile.sys | 1 -
 lib/libsys/Symbol.map   | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libsys/Makefile.sys b/lib/libsys/Makefile.sys
index 491c765e9416..b38cd5935e2f 100644
--- a/lib/libsys/Makefile.sys
+++ b/lib/libsys/Makefile.sys
@@ -50,7 +50,6 @@ STATICOBJS+=  interposing_table.o
 .endif
 
 PSEUDO= \
-       __realpathat \
        clock_gettime \
        exit \
        getlogin \
diff --git a/lib/libsys/Symbol.map b/lib/libsys/Symbol.map
index eb71c813ae86..51ea1b5da231 100644
--- a/lib/libsys/Symbol.map
+++ b/lib/libsys/Symbol.map
@@ -3,6 +3,7 @@ FBSDprivate_1.0 {
        __libsys_errno;
        __getosreldate;
        __libsys_interposing_slot;
+       __realpathat;
        _elf_aux_info;
        freebsd11_fstat;
        freebsd11_fstatat;

Reply via email to