Will prod freebsd build along.
Not claiming it will fix it.
TBR=r
CC=golang-codereviews
https://golang.org/cl/
171580044
package cgo
+import _ "unsafe"
+
// Supply environ and __progname, because we don't
// link against the standard FreeBSD crt0.o and the
// libc dynamic library needs them.
package cgo
+import _ "unsafe"
+
// Supply environ and __progname, because we don't
// link against the standard NetBSD crt0.o and the
// libc dynamic library needs them.
package cgo
+import _ "unsafe"
+
// Supply environ, __progname and __guard_local, because
// we don't link against the standard OpenBSD crt0.o and
// the libc dynamic library needs them.