github.com/llvm-mirror/llgo@v0.0.0-20190322182713-bf6f0a60fce1/third_party/gofrontend/libgo/go/syscall/libcall_linux_ustat.go (about) 1 // Copyright 2015 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 // GNU/Linux library ustat call. 6 // This is not supported on some kernels, such as arm64. 7 8 package syscall 9 10 //sys Ustat(dev int, ubuf *Ustat_t) (err error) 11 //ustat(dev _dev_t, ubuf *Ustat_t) _C_int