Doc: Add Standard-Names ustrunc and sstrunc for integer modes
[official-gcc.git] / libgo / go / syscall / libcall_uname.go
blob133849f853466ee763506078a5a13c3c03ebd307
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.
5 // Build on all systems other than solaris/386.
6 // 32-bit Solaris 2/x86 needs _nuname, handled in libcall_solaris_386.go.
7 //go:build !386 || !solaris
8 // +build !386 !solaris
10 package syscall
12 //sysnb Uname(buf *Utsname) (err error)
13 //uname(buf *Utsname) _C_int