mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Add raw_data to replace cases in which &x[0] was used
This commit is contained in:
@@ -77,4 +77,4 @@ nanosleep :: proc(nanoseconds: i64) -> int {
|
||||
requested := TimeSpec{tv_nsec = nanoseconds};
|
||||
remaining: TimeSpec; // NOTE(tetra): Do we need to initialize this?
|
||||
return int(_unix_nanosleep(&requested, &remaining));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user