This commit is contained in:
Laytan
2024-10-28 19:45:31 +01:00
parent b7140875cf
commit 7e12e37df9
3 changed files with 9 additions and 6 deletions
+5 -2
View File
@@ -1,5 +1,8 @@
package unix
import "core:sys/posix"
import "core:c"
timespec :: posix.timespec
timespec :: struct {
secs: i64,
nsecs: c.long,
}