diff options
Diffstat (limited to 'core/sys/linux')
| -rw-r--r-- | core/sys/linux/types.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sys/linux/types.odin b/core/sys/linux/types.odin index 6a2f7cbca..0910f11ec 100644 --- a/core/sys/linux/types.odin +++ b/core/sys/linux/types.odin @@ -932,7 +932,7 @@ RUsage :: struct { Struct used for IO operations */ IO_Vec :: struct { - base: rawptr, + base: [^]byte, len: uint, } |