mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
posix: add package
This commit is contained in:
@@ -5,6 +5,11 @@ foreign import "system:pthread"
|
||||
|
||||
import "core:c"
|
||||
|
||||
timespec :: struct {
|
||||
tv_sec: i64,
|
||||
tv_nsec: i64,
|
||||
}
|
||||
|
||||
//
|
||||
// On success, these functions return 0.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user