Commit 22e4b816 authored by Elias Naur's avatar Elias Naur Committed by Ian Lance Taylor

misc/cgo/test: fix build for CC=clang

Fix build error when CL=clang introduced by CL 10173.

Change-Id: I8edf210787a9803280c0779ff710c7e634a820d6
Reviewed-on: https://go-review.googlesource.com/10341Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 1893d3b3
......@@ -22,6 +22,7 @@ static void* sigthreadfunc(void* unused) {
sigaddset(&mask, SIGIO);
sigprocmask(SIG_BLOCK, &mask, NULL);
IntoGoAndBack();
return NULL;
}
int RunSigThread() {
......
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