blob: 50052189e2333480ed8f789421a57de16478c096 [file] [log] [blame]
//go:build !plan9 && !windows && (!js || !wasm)
// +build !plan9
// +build !windows
// +build !js !wasm
package sftp
import "syscall"
const S_IFMT = syscall.S_IFMT