mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 22:33:36 +00:00
Merge pull request #5741 from FourteenBrush/patch-4
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