diff options
Diffstat (limited to 'libgo/go/syscall/libcall_uname.go')
-rw-r--r-- | libgo/go/syscall/libcall_uname.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libgo/go/syscall/libcall_uname.go b/libgo/go/syscall/libcall_uname.go new file mode 100644 index 00000000000..e4c32b12d6a --- /dev/null +++ b/libgo/go/syscall/libcall_uname.go @@ -0,0 +1,8 @@ +// Copyright 2011 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +package syscall + +//sysnb Uname(buf *Utsname) (errno int) +//uname(buf *Utsname) int |