commit | 2230e9d24bc4a6241e2eb2603ebc151e1167a5bb | [log] [tgz] |
---|---|---|
author | Aram Hăvărneanu <aram@mgk.ro> | Mon Mar 30 23:11:36 2015 +0200 |
committer | Aram Hăvărneanu <aram@mgk.ro> | Wed May 06 11:38:08 2015 +0000 |
tree | c4bb84e2fec40ec279cbda60c0598393d8fa2181 | |
parent | 649c7b6daca6e29a719c9d29c65148a4628e729f [diff] [blame] |
misc/cgo: add various solaris build lines Change-Id: Ifd9ac7f5300232fb83c6350a787b5803adb96b48 Reviewed-on: https://go-review.googlesource.com/8263 Reviewed-by: Minux Ma <minux@golang.org>
diff --git a/misc/cgo/test/cthread_unix.c b/misc/cgo/test/cthread_unix.c index 3f39c15..d29f2fc 100644 --- a/misc/cgo/test/cthread_unix.c +++ b/misc/cgo/test/cthread_unix.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 #include <pthread.h> #include "_cgo_export.h"