Make linux.IO_Vec.base a multipointer

This commit is contained in:
FourteenBrush
2025-10-02 00:04:24 +02:00
committed by GitHub
parent ea7e9bc11c
commit 4a8d84c107

View File

@@ -932,7 +932,7 @@ RUsage :: struct {
Struct used for IO operations
*/
IO_Vec :: struct {
base: rawptr,
base: [^]byte,
len: uint,
}