mirror of
https://github.com/stashapp/stash.git
synced 2026-03-04 12:12:12 +01:00
8 lines
91 B
Go
8 lines
91 B
Go
// +build darwin freebsd
|
|
|
|
package sysutil
|
|
|
|
type timeval struct {
|
|
Sec int32
|
|
Usec int32
|
|
}
|