Commit a9695a5d authored by Russ Cox's avatar Russ Cox

[dev.cc] runtime/cgo: fix freebsd build?

Last try and then someone with a FreeBSD has to do it.

TBR=r
CC=golang-codereviews
https://golang.org/cl/171590043
parent 9e719cee
......@@ -15,5 +15,8 @@ import _ "unsafe"
//go:linkname _environ environ
//go:linkname _progname __progname
//go:cgo_export_static environ
//go:cgo_export_static __progname
var _environ uintptr
var _progname uintptr
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment