On 2025-09-19 17:34:18+0200, Benjamin Berg wrote: > From: Benjamin Berg <[email protected]> > > This is generally useful and struct iovec is also needed for other > purposes such as ptrace. > > Signed-off-by: Benjamin Berg <[email protected]>
Acked-by: Thomas Weißschuh <[email protected]> > --- > 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 (...)

