split out iovec from sys_uio header

This commit is contained in:
auronandace
2026-03-31 11:03:41 +01:00
parent d34872cb35
commit 5d22f7096b
9 changed files with 68 additions and 38 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ use core::{mem, ptr};
use crate::{
error::ResultExt,
header::{bits_socklen_t::socklen_t, sys_uio::iovec},
header::{bits_iovec::iovec, bits_socklen_t::socklen_t},
platform::{
PalSocket, Sys,
types::{