]> Gentwo Git Trees - linux/.git/commit
tools/nolibc: add uio.h with readv and writev
authorBenjamin Berg <benjamin.berg@intel.com>
Wed, 24 Sep 2025 14:20:57 +0000 (16:20 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Wed, 29 Oct 2025 15:29:19 +0000 (16:29 +0100)
commit4bb30188c787176f934aab71872f7c5f43ae6d6f
tree6da0495ad3925142bdc6f5da1c6394e77ec74049
parent3d66c4e14fbf4d59ca4665391d133655fa668042
tools/nolibc: add uio.h with readv and writev

This is generally useful and struct iovec is also needed for other
purposes such as ptrace.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/Makefile
tools/include/nolibc/nolibc.h
tools/include/nolibc/sys/uio.h [new file with mode: 0644]
tools/testing/selftests/nolibc/nolibc-test.c