]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/test: fix build
authorRuss Cox <rsc@golang.org>
Wed, 7 Mar 2012 04:38:54 +0000 (23:38 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 7 Mar 2012 04:38:54 +0000 (23:38 -0500)
commitfc98f28204899df74d0857fd569ba41447b9918c
treebe0d4a15a47be23c70543dc3cb41defb8438304c
parent7c7966a4260b9f6c7c8e13586a04ec23f433670a
misc/cgo/test: fix build

The last CL forgot the all-important 'backdoor' package.
Cgo-using packages compile .c files with gcc, but we want
to compile this one with 6c, so put it in a non-cgo package.

TBR=golang-dev
CC=golang-dev
https://golang.org/cl/5758063
misc/cgo/test/backdoor/backdoor.go [new file with mode: 0644]
misc/cgo/test/backdoor/runtime.c [moved from misc/cgo/test/runtime.c with 73% similarity]