7 lines
87 B
Go
7 lines
87 B
Go
// +build !linux,!darwin,!freebsd
|
|
|
|
package daemon
|
|
|
|
func setupSigusr1Trap() {
|
|
return
|
|
}
|