Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jun 2025 01:14:43 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e0c9d85cab83 - stable/14 - libc: expose __getosreldate in private version
Message-ID:  <202506290114.55T1EheI076703@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=e0c9d85cab833493b893ee023cc09e15d37c641e

commit e0c9d85cab833493b893ee023cc09e15d37c641e
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-06-29 01:13:06 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-06-29 01:14:24 +0000

    libc: expose __getosreldate in private version
    
    This put stable/14 on par with HEAD where __getosreldate is exported
    from libsys, and can be used by libthr.  This is direct commit to
    stable/14.
    
    Sponsored by:   The FreeBSD Foundation
---
 lib/libc/gen/Symbol.map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/libc/gen/Symbol.map b/lib/libc/gen/Symbol.map
index 2542da299cb1..93cd5fb410b5 100644
--- a/lib/libc/gen/Symbol.map
+++ b/lib/libc/gen/Symbol.map
@@ -469,6 +469,7 @@ FBSD_1.8 {
 FBSDprivate_1.0 {
 	/* needed by thread libraries */
 	__thr_jtable;
+	__getosreldate;
 
 	_dl_iterate_phdr_locked;
 	_pthread_atfork;



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