mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-23 06:45:19 +00:00
Make linux.IO_Vec.base a multipointer
This commit is contained in:
@@ -932,7 +932,7 @@ RUsage :: struct {
|
||||
Struct used for IO operations
|
||||
*/
|
||||
IO_Vec :: struct {
|
||||
base: rawptr,
|
||||
base: [^]byte,
|
||||
len: uint,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user