From 4025ca8ae1295cdec07c1e7e052c761857a8f702 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Thu, 29 Feb 2024 14:39:31 +0100 Subject: [PATCH] doc/release_notes/24-02.txt: fix reference Paragraphs cannot be used as references. So refer to the compounding section instead. --- doc/release_notes/24-02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release_notes/24-02.txt b/doc/release_notes/24-02.txt index 28a34fcfb3..4261c23c19 100644 --- a/doc/release_notes/24-02.txt +++ b/doc/release_notes/24-02.txt @@ -250,7 +250,7 @@ are executable binaries. This led to improvements of our lx_kit, for example, we had to replace static C++ constructors by automatically generated functions for kernel module-initialization calls because C++ constructors are supposed to be called by the binary and not during library initialization -(Section [Initcall handling without relying on global constructors]). +(Section [Linux-device-driver environment (DDE)]). Additionally, we took the opportunity of experimenting with a socket C-API with the ultimate goal to replace the VFS plugins for Linux (vfs_lxip) and lwIP (vfs_lwip) with a unified version, but this is an ongoing effort.