mirror of
https://github.com/stashapp/stash.git
synced 2026-04-28 04:19:36 -05:00
4373f9bf01
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
10 lines
95 B
Go
10 lines
95 B
Go
// +build openbsd netbsd
|
|
|
|
package sysutil
|
|
|
|
import (
|
|
"syscall"
|
|
)
|
|
|
|
type timeval syscall.Timeval
|