mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
Add missing foreign import to time_darwin
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
package time
|
package time
|
||||||
|
|
||||||
|
foreign import libc "system:c"
|
||||||
|
|
||||||
TimeSpec :: struct {
|
TimeSpec :: struct {
|
||||||
tv_sec : i64, /* seconds */
|
tv_sec : i64, /* seconds */
|
||||||
tv_nsec : i64, /* nanoseconds */
|
tv_nsec : i64, /* nanoseconds */
|
||||||
|
|||||||
Reference in New Issue
Block a user