//go:build !windows // +build !windows package stario func signal(sigtype rune) error { return signalErrorForType(sigtype) }