1// Copyright 2011 The Go Authors. All rights reserved. 2// Use of this source code is governed by a BSD-style 3// license that can be found in the LICENSE file. 4 5// Build on all systems other than solaris/386. 6// 32-bit Solaris 2/x86 needs _nuname, handled in libcall_solaris_386.go. 7// +build !386 !solaris 8 9package syscall 10 11//sysnb Uname(buf *Utsname) (err error) 12//uname(buf *Utsname) _C_int 13