opnsense-src/libexec/rtld-elf/rtld-libc
Brooks Davis cdb24fbb0a libsys: Don't create or expose __realpathat
Previously, __realpathat was in libc and libsys (as is currently
standard), but not exported from libc which meant the stub in libc was
not filtered and thus libc's copy of the syscall was used.  This broke
an upcoming change to CheriBSD limiting syscalls to libsys.

The realpath(3) implementation now uses __sys___realpathat so there are no
consumers of __realpathat.  Switch it to PSEUDO (only _foo and __sys_foo
symbols) and remove __realpathat from Symbol.map.

This is a corrected version of 58d43a3cd7.

Reviewed by:	kib
Differential Revision:	https://reviews.freebsd.org/D49049
2025-02-19 20:05:47 +00:00
..
libc_private.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
Makefile.inc libsys: Don't create or expose __realpathat 2025-02-19 20:05:47 +00:00
namespace.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
rtld_libc.c rtld: remove pointless "extern" 2024-02-21 02:26:10 +02:00
rtld_libc.h libexec: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
un-namespace.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00