]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: always set signal mask before calling pthread_create
authorIan Lance Taylor <iant@golang.org>
Tue, 24 Dec 2013 16:08:15 +0000 (08:08 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 24 Dec 2013 16:08:15 +0000 (08:08 -0800)
commit699dbb60b7274a525f53797aa1d145cc762cf953
treef6fcb516b9be89921270cab24707f336f2d118a5
parent7413e48d5beeae3fa0b22fecf39cf1db5a1339f7
runtime/cgo: always set signal mask before calling pthread_create

This was done correctly for most targets but was missing from
FreeBSD/ARM and Linux/ARM.

R=golang-codereviews, dave
CC=golang-codereviews
https://golang.org/cl/45180043
src/pkg/runtime/cgo/gcc_freebsd_arm.c
src/pkg/runtime/cgo/gcc_linux_arm.c