Files
rclone/cmd/mountlib/sighup_unsupported.go
2025-08-22 00:07:58 +01:00

11 lines
191 B
Go

//go:build plan9 || js || wasm
package mountlib
import (
"os"
)
// NotifyOnSigHup makes SIGHUP notify given channel on supported systems
func NotifyOnSigHup(sighupChan chan os.Signal) {}