rclone/vendor/github.com/a8m/tree/modes_unix.go

8 lines
147 B
Go
Raw Normal View History

2017-07-27 06:00:20 +08:00
//+build android darwin linux nacl netbsd
package tree
import "syscall"
const modeExecute = syscall.S_IXUSR | syscall.S_IXGRP | syscall.S_IXOTH