diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2025-11-28 18:36:10 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2025-11-28 21:28:41 +0000 |
| commit | 3a7cfb6e1ed2db20e93759b9ec80f0dc72d0312b (patch) | |
| tree | b12d06b6a497ed8f5e5d0af47aafe8cc20250fd0 | |
| parent | cd1108f7c63ac5dfb87b0a4893f86a2b1be98baa (diff) | |
releases/15.0R/relnotes: libc: Compatibility functions were fixed
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | website/content/en/releases/15.0R/relnotes.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
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 Applications |
