mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
10 lines
95 B
Go
10 lines
95 B
Go
// +build openbsd netbsd
|
|
|
|
package sysutil
|
|
|
|
import (
|
|
"syscall"
|
|
)
|
|
|
|
type timeval syscall.Timeval
|