seaweedfs/weed/util/grace/signal_handling_notsupported.go

7 lines
64 B
Go
Raw Normal View History

2014-05-14 06:04:04 +08:00
// +build plan9
package grace
2014-05-14 06:04:04 +08:00
func OnInterrupt(fn func()) {
}