No need for timeval definition

It already existed so lets just use that rather than
redeclaring it
This commit is contained in:
Ian Simonson
2024-03-13 14:58:56 -07:00
parent 8917a7ef88
commit 34c4389d75

View File

@@ -3,11 +3,6 @@ package darwin
Bool :: b8
timeval :: struct {
tv_sec: int,
tv_usec: int,
}
RUsage :: struct {
ru_utime: timeval,
ru_stime: timeval,