summaryrefslogtreecommitdiff
path: root/libgo/go/syscall/libcall_uname.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/syscall/libcall_uname.go')
-rw-r--r--libgo/go/syscall/libcall_uname.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgo/go/syscall/libcall_uname.go b/libgo/go/syscall/libcall_uname.go
index 1e164ef1a5..165b3251b6 100644
--- a/libgo/go/syscall/libcall_uname.go
+++ b/libgo/go/syscall/libcall_uname.go
@@ -2,6 +2,10 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// Build on all systems other than solaris/386.
+// 32-bit Solaris 2/x86 needs _nuname, handled in libcall_solaris_386.go.
+// +build !386 !solaris
+
package syscall
//sysnb Uname(buf *Utsname) (err error)