git: 58d43a3cd72a - main - Revert "libsys: Don't create or expose __realpathat"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Feb 2025 19:07:44 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=58d43a3cd72a4a85ab8489313672c7eab367495e
commit 58d43a3cd72a4a85ab8489313672c7eab367495e
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2025-02-19 19:07:03 +0000
Commit: Brooks Davis <brooks@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;