* cp-tree.h (build_noexcept_spec, add_exception_specifier): Adjust
[official-gcc.git] / libgo / go / syscall / libcall_uname.go
blob165b3251b6e1ff1f482d82939f16bb805cb37d16
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 // +build !386 !solaris
9 package syscall
11 //sysnb Uname(buf *Utsname) (err error)
12 //uname(buf *Utsname) _C_int