blob: 613e30e57cd2ed19c7075f7dfbce6455606ffa61 [file] [log] [blame]
// +build !windows
package signal
import (
"syscall"
)
// Signals used in api/client (no windows equivalent, use
// invalid signals so they don't get handled)
const SIGCHLD = syscall.SIGCHLD
const SIGWINCH = syscall.SIGWINCH