Commit 37cae806 authored by Joel Sing's avatar Joel Sing Committed by Russ Cox

[dev.cc] [dev.cc] runtime: fix freebsd cgo __progname export

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/174050043
parent 656be317
......@@ -15,8 +15,8 @@ import _ "unsafe" // for go:linkname
//go:linkname _environ environ
//go:linkname _progname __progname
//go:cgo_export_static environ
//go:cgo_export_static __progname
//go:cgo_export_dynamic environ
//go:cgo_export_dynamic __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