summaryrefslogtreecommitdiff
path: root/lang/go/patches/patch-src_runtime_cgo_setenv.c
blob: af519eb492a4d62350c51c38c22fa99b0259ce90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_runtime_cgo_setenv.c,v 1.1 2015/03/10 13:11:36 jperkin Exp $

Support cgo on illumos.

--- src/runtime/cgo/setenv.c.orig	2014-12-11 01:18:12.000000000 +0000
+++ src/runtime/cgo/setenv.c
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build darwin dragonfly freebsd linux netbsd openbsd
+// +build darwin dragonfly freebsd linux netbsd openbsd solaris
 
 #pragma cgo_import_static x_cgo_setenv
 #pragma cgo_import_static x_cgo_unsetenv