github.com/mutagen-io/mutagen@v0.18.0-rc1/pkg/filesystem/internal/syscall/doc.go (about)

     1  // Package syscall is an internal POSIX system call compatibility shim needed to
     2  // ensure the availability of certain constants and functions across all
     3  // supported POSIX platforms. It will go away once golang.org/x/sys/unix adds
     4  // these definitions and implementations for all necessary platforms.
     5  package syscall