]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: add +build tags to files named for $GOOS
authorRuss Cox <rsc@golang.org>
Mon, 10 Nov 2014 01:20:45 +0000 (20:20 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 10 Nov 2014 01:20:45 +0000 (20:20 -0500)
commit2cd05c34046c4802fb2494c718d651045c2a3eb0
tree1da64a622d63dd9dfb896a98a2808881db2034a2
parent9bc842ca180d88d3cf4956b37dadcc21c53eded8
runtime/cgo: add +build tags to files named for $GOOS

These are being built into the runtime/cgo for every
operating system. It doesn't seem to matter, but
restore the Go 1.3 behavior anyway.

LGTM=r
R=r, dave
CC=golang-codereviews
https://golang.org/cl/171290043
src/runtime/cgo/dragonfly.c
src/runtime/cgo/freebsd.c
src/runtime/cgo/netbsd.c
src/runtime/cgo/openbsd.c