blob: 161ba27397dcfafe9aeb75d22c8e5202e9530b20 [file] [log] [blame]
// +build !linux,!darwin,!freebsd,!windows
package signal
import (
"syscall"
)
// SignalMap is an empty map of signals for unsupported platform.
var SignalMap = map[string]syscall.Signal{}