Re: [PATCH v2 09/11] tools/nolibc: add uio.h with readv and writev

From: Thomas Weißschuh

Date: Sat Sep 20 2025 - 05:11:29 EST


On 2025-09-19 17:34:18+0200, Benjamin Berg wrote:
> From: Benjamin Berg <benjamin.berg@xxxxxxxxx>
>
> This is generally useful and struct iovec is also needed for other
> purposes such as ptrace.
>
> Signed-off-by: Benjamin Berg <benjamin.berg@xxxxxxxxx>

Acked-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>

> ---
> tools/include/nolibc/Makefile | 1 +
> tools/include/nolibc/nolibc.h | 1 +
> tools/include/nolibc/sys/uio.h | 49 ++++++++++++++++++++
> tools/testing/selftests/nolibc/nolibc-test.c | 9 ++++
> 4 files changed, 60 insertions(+)
> create mode 100644 tools/include/nolibc/sys/uio.h

(...)