summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/sys/uio.h
AgeCommit message (Collapse)Author
2025-10-29tools/nolibc: add uio.h with readv and writevBenjamin Berg
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>