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

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

Issue 3749041: code review 3749041: os/signal: selective signal handling (Closed)
Patch Set: diff -r 9d7addec2635 https://go.googlecode.com/hg/ Created 13 years, 2 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/signal_unix.c ('k') | src/pkg/runtime/signal_windows_amd64.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/signal_windows_386.c
===================================================================
--- a/src/pkg/runtime/signal_windows_386.c
+++ b/src/pkg/runtime/signal_windows_386.c
@@ -25,7 +25,7 @@
}
void
-runtime·initsig(int32)
+runtime·initsig(void)
{
runtime·siginit();
}
« no previous file with comments | « src/pkg/runtime/signal_unix.c ('k') | src/pkg/runtime/signal_windows_amd64.c » ('j') | no next file with comments »

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