Date: Fri, 28 Nov 2025 21:29:16 +0000 From: Olivier Certner <olce@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 3a7cfb6e1e - main - releases/15.0R/relnotes: libc: Compatibility functions were fixed Message-ID: <692a142c.33e7d.489cd34a@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/doc/commit/?id=3a7cfb6e1ed2db20e93759b9ec80f0dc72d0312b commit 3a7cfb6e1ed2db20e93759b9ec80f0dc72d0312b Author: Olivier Certner <olce@FreeBSD.org> AuthorDate: 2025-11-28 18:36:10 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2025-11-28 21:28:41 +0000 releases/15.0R/relnotes: libc: Compatibility functions were fixed Sponsored by: The FreeBSD Foundation --- website/content/en/releases/15.0R/relnotes.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc index ec45bfa214..01370dc18a 100644 --- a/website/content/en/releases/15.0R/relnotes.adoc +++ b/website/content/en/releases/15.0R/relnotes.adoc @@ -602,6 +602,12 @@ gitref:2932e6f59bff[repository=src], gitref:8878569103a3[repository=src] (Sponsored by The FreeBSD Foundation.) +`libc` contains compatibility functions enabling running executables/libraries compiled for older versions of FreeBSD. +Those that are themselves using compatibility system calls would not reference them correctly, causing misbehavior at runtime. +This has been fixed. +gitref:47f5f89dbd27[repository=src] +(Sponsored by The FreeBSD Foundation.) + [[userland-deprecated-programs]] === Deprecated Applicationshelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692a142c.33e7d.489cd34a>
