Commit eb7ed0d6 authored by Shenghou Ma's avatar Shenghou Ma

runtime: fix build for OpenBSD

R=golang-dev
CC=golang-dev
https://golang.org/cl/38030045
parent 0097d30c
...@@ -304,5 +304,5 @@ runtime·signalstack(byte *p, int32 n) ...@@ -304,5 +304,5 @@ runtime·signalstack(byte *p, int32 n)
void void
runtime·unblocksignals(void) runtime·unblocksignals(void)
{ {
runtime·sigprocmask(SIG_SETMASK, &sigset_none); runtime·sigprocmask(SIG_SETMASK, sigset_none);
} }
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