Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2024 13:58:36 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: df1a09ba524d - main - libsys: expose a few more symbols for libc's use
Message-ID:  <202404181358.43IDwaXH076076@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404181358.43IDwaXH076076>