aboutsummaryrefslogtreecommitdiff
path: root/weed/command/signal_handling_notsupported.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/signal_handling_notsupported.go')
-rw-r--r--weed/command/signal_handling_notsupported.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/command/signal_handling_notsupported.go b/weed/command/signal_handling_notsupported.go
new file mode 100644
index 000000000..dfcc24a3e
--- /dev/null
+++ b/weed/command/signal_handling_notsupported.go
@@ -0,0 +1,6 @@
+// +build plan9
+
+package command
+
+func OnInterrupt(fn func()) {
+}