aboutsummaryrefslogtreecommitdiff
path: root/weed/util/signal_handling_notsupported.go
blob: c389cfb7e4d6b71eee94bce2acc70a376cea8653 (plain)
1
2
3
4
5
6
// +build plan9

package util

func OnInterrupt(fn func()) {
}