runtime: fix build for OpenBSD

R=golang-dev
CC=golang-dev
https://golang.org/cl/38030045
This commit is contained in:
Shenghou Ma 2013-12-19 21:12:18 -05:00
parent 0097d30c97
commit eb7ed0d626

View file

@ -304,5 +304,5 @@ runtime·signalstack(byte *p, int32 n)
void
runtime·unblocksignals(void)
{
runtime·sigprocmask(SIG_SETMASK, &sigset_none);
runtime·sigprocmask(SIG_SETMASK, sigset_none);
}