blob: 653dd3740bd821be1b7371e7af4f8886c97f0468 [file] [log] [blame]
// +build !cgo,!plan9 windows android
package sftp
import "syscall"
func fakeFileInfoSys() interface{} {
return &syscall.Stat_t{Uid: 65534, Gid: 65534}
}