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

Unified Diff: src/pkg/runtime/plan9/386/signal.c

Issue 2674041: code review 2674041: 8l, runtime: fix Plan 9 386 build. (Closed)
Patch Set: code review 2674041: 8l, runtime: fix Plan 9 386 build. Created 14 years, 3 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 | « src/cmd/ld/data.c ('k') | src/pkg/runtime/plan9/mem.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/plan9/386/signal.c
===================================================================
--- a/src/pkg/runtime/plan9/386/signal.c
+++ b/src/pkg/runtime/plan9/386/signal.c
@@ -8,3 +8,9 @@
runtime·gettime(int64*, int32*)
{
}
+
+String
+runtime·signame(int32)
+{
+ return runtime·emptystring;
+}
« no previous file with comments | « src/cmd/ld/data.c ('k') | src/pkg/runtime/plan9/mem.c » ('j') | no next file with comments »

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