1
0
mirror of https://github.com/golang/go synced 2024-10-02 20:41:21 -06:00
go/src/cmd/cgo
Dave Cheney f9c22f7e78 cmd/cgo: avoid leaking fds
Fixes #5714.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/10386043
2013-06-18 23:20:17 +10:00
..
ast.go cmd/cgo: fix line number annotations in generated C code 2013-02-01 08:34:08 -08:00
doc.go cmd/cgo: use gcc_struct attribute for packed structs to work around GCC PR52991. 2013-06-09 22:06:29 +08:00
gcc.go cmd/cgo: avoid leaking fds 2013-06-18 23:20:17 +10:00
godefs.go cmd/cgo: do not output empty struct for -cdefs 2013-05-25 20:53:55 +10:00
main.go cmd/cgo, cmd/go: remove #cgo directive parsing from cmd/cgo 2013-04-10 21:41:54 -07:00
out.go cmd/cgo: makes clang happy by not using __gcc_struct__ attribute. 2013-06-11 02:51:01 +08:00
util.go cmd/cgo: don't reimplement os/exec in util.go. 2013-03-01 15:04:14 -05:00