mirror of
https://github.com/stashapp/stash.git
synced 2025-12-08 17:35:40 +01:00
9 lines
95 B
Go
9 lines
95 B
Go
// +build openbsd netbsd
|
|
|
|
package sysutil
|
|
|
|
import (
|
|
"syscall"
|
|
)
|
|
|
|
type timeval syscall.Timeval
|