]> Cypherpunks repositories - gostls13.git/commit
runtime: use pthread_sigmask, not sigprocmask, on Darwin ARM/ARM64
authorIan Lance Taylor <iant@golang.org>
Fri, 6 Nov 2015 19:17:20 +0000 (11:17 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 7 Nov 2015 15:48:58 +0000 (15:48 +0000)
commite884334b552e3fb2b502e468fd28309a7758bde2
tree6c9585f92b39db265c402a4c7d41b03992611662
parent4123be4cf66bc478cbed1058d362678ade73fb0b
runtime: use pthread_sigmask, not sigprocmask, on Darwin ARM/ARM64

Other systems use pthread_sigmask.  It was a mistake to use sigprocmask
here.

Change-Id: Ie045aa3f09cf035fcf807b7543b96fa5b847958a
Reviewed-on: https://go-review.googlesource.com/16720
Reviewed-by: Dave Cheney <dave@cheney.net>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/sys_darwin_arm.s
src/runtime/sys_darwin_arm64.s