1
0
mirror of https://github.com/restic/restic.git synced 2025-04-29 23:10:45 +00:00

9 lines
171 B
Go
Raw Normal View History

// +build !windows
package fs
import "syscall"
// O_NOFOLLOW instructs the kernel to not follow symlinks when opening a file.
const O_NOFOLLOW int = syscall.O_NOFOLLOW