The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=e0c9d85cab833493b893ee023cc09e15d37c641e
commit e0c9d85cab833493b893ee023cc09e15d37c641e Author: Konstantin Belousov <k...@freebsd.org> AuthorDate: 2025-06-29 01:13:06 +0000 Commit: Konstantin Belousov <k...@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;