Update golang.org/x/sys/unix package

This commit is contained in:
Manjunath A Kumatagi
2016-09-27 00:53:45 -07:00
parent 69206f5390
commit 1ad61acdc2
98 changed files with 16640 additions and 3781 deletions

View File

@@ -111,6 +111,7 @@ func Getfsstat(buf []Statfs_t, flags int) (n int, err error) {
bufsize = unsafe.Sizeof(Statfs_t{}) * uintptr(len(buf))
}
r0, _, e1 := Syscall(SYS_GETFSSTAT, uintptr(_p0), bufsize, uintptr(flags))
use(unsafe.Pointer(_p0))
n = int(r0)
if e1 != 0 {
err = e1