]> Cypherpunks repositories - gostls13.git/commit
runtime: maybe fix Windows build broken by cgo setenv CL
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 2 May 2011 20:35:28 +0000 (13:35 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 2 May 2011 20:35:28 +0000 (13:35 -0700)
commit6876ad37f303617fa9b2f7ff4feafd6bf2744efe
treebc20652a32a2ef45f4a18240114d7c5e7f15d23a
parentc783e68ff50f75347d3a0d06a30b690d460fc936
runtime: maybe fix Windows build broken by cgo setenv CL

R=rsc
CC=golang-dev
https://golang.org/cl/4428078
src/pkg/runtime/cgo/Makefile
src/pkg/runtime/cgo/setenv.c [new file with mode: 0644]
src/pkg/runtime/cgo/util.c