mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
No need for timeval definition
It already existed so lets just use that rather than redeclaring it
This commit is contained in:
@@ -3,11 +3,6 @@ package darwin
|
||||
|
||||
Bool :: b8
|
||||
|
||||
timeval :: struct {
|
||||
tv_sec: int,
|
||||
tv_usec: int,
|
||||
}
|
||||
|
||||
RUsage :: struct {
|
||||
ru_utime: timeval,
|
||||
ru_stime: timeval,
|
||||
|
||||
Reference in New Issue
Block a user