git: df1a09ba524d - main - libsys: expose a few more symbols for libc's use
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Apr 2024 13:58:36 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=df1a09ba524d0f0927cd3e0a94fa223ae210912a commit df1a09ba524d0f0927cd3e0a94fa223ae210912a Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-04-16 21:50:52 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-04-17 22:39:46 +0000 libsys: expose a few more symbols for libc's use These private symbols are used by libc so expose as we do with auxargs bits rather then relying on duplicate implementations in libc. Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D44114 --- lib/libsys/Symbol.map | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/libsys/Symbol.map b/lib/libsys/Symbol.map index 1a24998b1465..99cc171dd405 100644 --- a/lib/libsys/Symbol.map +++ b/lib/libsys/Symbol.map @@ -1,4 +1,13 @@ FBSDprivate_1.0 { __elf_aux_vector; + __getosreldate; + __realpathat; _elf_aux_info; + freebsd11_fstat; + freebsd11_fstatat; + freebsd11_getfsstat; + freebsd11_lstat; + freebsd11_stat; + freebsd11_statfs; + freebsd7___semctl; };