Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(80)

Unified Diff: src/pkg/runtime/os_plan9.c

Issue 138050043: code review 138050043: runtime: fix Plan 9 build (Closed)
Patch Set: diff -r f299fefb123fb13f49025e418ba104146e622ae1 https://code.google.com/p/go Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/pkg/runtime/os_plan9.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/os_plan9.c
===================================================================
--- a/src/pkg/runtime/os_plan9.c
+++ b/src/pkg/runtime/os_plan9.c
@@ -317,12 +317,6 @@
runtime·plan9_semrelease(&mp->waitsemacount, 1);
}
-void
-os·sigpipe(void)
-{
- runtime·throw("too many writes on closed pipe");
-}
-
static int64
atolwhex(byte *p)
{
« no previous file with comments | « no previous file | src/pkg/runtime/os_plan9.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b