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

Thomas Weißschuh linux at weissschuh.net
Sat Sep 20 02:11:24 PDT 2025


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

Acked-by: Thomas Weißschuh <linux at weissschuh.net>

> ---
>  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

(...)



More information about the linux-um mailing list