mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +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
|
Bool :: b8
|
||||||
|
|
||||||
timeval :: struct {
|
|
||||||
tv_sec: int,
|
|
||||||
tv_usec: int,
|
|
||||||
}
|
|
||||||
|
|
||||||
RUsage :: struct {
|
RUsage :: struct {
|
||||||
ru_utime: timeval,
|
ru_utime: timeval,
|
||||||
ru_stime: timeval,
|
ru_stime: timeval,
|
||||||
|
|||||||
Reference in New Issue
Block a user