Merge pull request #5741 from FourteenBrush/patch-4

Make `linux.IO_Vec.base` a multipointer
This commit is contained in:
Jeroen van Rijn
2025-12-10 18:09:01 +00:00
committed by GitHub

View File

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