2011-05-31 Gabriel Charette <gchare@google.com>
[official-gcc.git] / libgo / syscalls / syscall_uname.go
blob955866c89f1a79e8b12bfd41d4a37ce75a2b8305
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 package syscall
7 func libc_uname(buf *Utsname) (errno int) __asm__("uname")