]> Cypherpunks repositories - gostls13.git/commit
cgo: enable cgo on netbsd/386 and netbsd/amd64
authorJoel Sing <jsing@google.com>
Mon, 4 Jun 2012 15:43:04 +0000 (01:43 +1000)
committerJoel Sing <jsing@google.com>
Mon, 4 Jun 2012 15:43:04 +0000 (01:43 +1000)
commit5131deeeb2da14668a318c1b40e5d6842af06ab1
treebc63fc3f584644af5cda8481a6553573fb6452e5
parentb945b741e15b09f98ae6298d9698bd50a806267a
cgo: enable cgo on netbsd/386 and netbsd/amd64

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6261056
doc/progs/run
misc/cgo/stdio/stdio_netbsd.go [new file with mode: 0644]
src/pkg/go/build/build.go
src/pkg/net/cgo_netbsd.go [new file with mode: 0644]
src/pkg/net/cgo_unix.go
src/pkg/os/user/lookup_unix.go
src/pkg/runtime/cgo/gcc_netbsd_386.c [new file with mode: 0644]
src/pkg/runtime/cgo/gcc_netbsd_amd64.c [new file with mode: 0644]