aboutsummaryrefslogtreecommitdiff
path: root/core/sys/unix/unix.odin
blob: e9f58e55454827717e92aeae582e12042a31658d (plain)
1
2
3
4
5
6
7
8
package unix

import "core:c"

timespec :: struct {
	secs:  i64,
	nsecs: c.long,
}