]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: do not link threads lib by default on windows
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 28 Oct 2016 00:51:22 +0000 (11:51 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 28 Oct 2016 04:36:31 +0000 (04:36 +0000)
commitf595848e9a1e1d0f64a7018d847167d85f6e83a4
treea52d2cfd0ca00ac699175c5d2f854e168155ff81
parent79d2115ec933904c02311cd31923b125fe4303dc
runtime/cgo: do not link threads lib by default on windows

I do not know why it is included. All tests pass without it.

Change-Id: I839076ee131816dfd177570a902c69fe8fba5022
Reviewed-on: https://go-review.googlesource.com/32144
Run-TryBot: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/cgo/cgo.go