diff options
Diffstat (limited to 'src/pkg/runtime/thread_plan9.c')
| -rw-r--r-- | src/pkg/runtime/thread_plan9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/thread_plan9.c b/src/pkg/runtime/thread_plan9.c index 57d535713d..9898a65b28 100644 --- a/src/pkg/runtime/thread_plan9.c +++ b/src/pkg/runtime/thread_plan9.c @@ -354,7 +354,7 @@ static int8 badsignal[] = "runtime: signal received on thread not created by Go. // This runs on a foreign stack, without an m or a g. No stack split. #pragma textflag 7 void -runtime·badsignal(void) +runtime·badsignal(int32 sig) { runtime·pwrite(2, badsignal, sizeof badsignal - 1, -1LL); } |
