mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
9 lines
91 B
Go
9 lines
91 B
Go
// +build darwin freebsd
|
|
|
|
package sysutil
|
|
|
|
type timeval struct {
|
|
Sec int32
|
|
Usec int32
|
|
}
|