This commit is contained in:
Laytan
2024-12-01 11:54:51 +11:00
committed by flysand7
parent 9f1c894f1f
commit 78dc4d4907
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,
}