summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/os_plan9.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/os_plan9.go')
-rw-r--r--src/pkg/runtime/os_plan9.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pkg/runtime/os_plan9.go b/src/pkg/runtime/os_plan9.go
index 4a7b16fd6..c45d22551 100644
--- a/src/pkg/runtime/os_plan9.go
+++ b/src/pkg/runtime/os_plan9.go
@@ -28,3 +28,7 @@ func errstr() string
const stackSystem = 512
type _Plink uintptr
+
+func os_sigpipe() {
+ gothrow("too many writes on closed pipe")
+}