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

Unified Diff: src/pkg/runtime/plan9/thread.c

Issue 3822041: code review 3822041: runtime: implementation of callback functions for Windo...
Patch Set: code review 3822041: runtime: implementation of callback functions for Windo... Created 13 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/pkg/runtime/mgc0.c ('k') | src/pkg/runtime/proc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/plan9/thread.c
===================================================================
--- a/src/pkg/runtime/plan9/thread.c
+++ b/src/pkg/runtime/plan9/thread.c
@@ -133,3 +133,8 @@
runtime·usemrelease(&n->sema);
}
+// DUMMY
+void
+runtime·cret_exit()
+{
+}
« no previous file with comments | « src/pkg/runtime/mgc0.c ('k') | src/pkg/runtime/proc.c » ('j') | no next file with comments »

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