restic/internal/fs/node_solaris.go

8 lines
127 B
Go

package fs
import "syscall"
func nodeRestoreSymlinkTimestamps(path string, utimes [2]syscall.Timespec) error {
return nil
}