git: 495813bfd7a2 - main - libsys: drop private exports no longer needed
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Sep 2025 08:47:24 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=495813bfd7a28759b23204d66826ff9b3ee7ab61
commit 495813bfd7a28759b23204d66826ff9b3ee7ab61
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-09-22 23:34:34 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-09-26 06:51:28 +0000
libsys: drop private exports no longer needed
after libc is switched to use public symbols for pre-ino64 syscalls.
Reviewed by: olce
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D52687
---
lib/libsys/Symbol.map | 6 ------
1 file changed, 6 deletions(-)
diff --git a/lib/libsys/Symbol.map b/lib/libsys/Symbol.map
index eb71c813ae86..ae12124ca210 100644
--- a/lib/libsys/Symbol.map
+++ b/lib/libsys/Symbol.map
@@ -4,10 +4,4 @@ FBSDprivate_1.0 {
__getosreldate;
__libsys_interposing_slot;
_elf_aux_info;
- freebsd11_fstat;
- freebsd11_fstatat;
- freebsd11_getfsstat;
- freebsd11_lstat;
- freebsd11_stat;
- freebsd11_statfs;
};