Commit ee911c42 authored by Alan Donovan's avatar Alan Donovan

runtime: fix typo in openbsd-only symbol name.

R=golang-dev, minux.ma, rsc
CC=golang-dev
https://golang.org/cl/6490076
parent 2836c634
......@@ -240,5 +240,5 @@ runtime·badsignal(int32 sig)
return; // Ignore SIGPROFs intended for a non-Go thread.
}
runtime·write(2, badsignal, sizeof badsignal - 1);
runtime.exit(1)
runtime·exit(1);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment