From 58d43a3cd72a4a85ab8489313672c7eab367495e Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Wed, 19 Feb 2025 19:07:03 +0000 Subject: [PATCH] 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 491c765e941..b38cd5935e2 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 eb71c813ae8..51ea1b5da23 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;