moby--moby/pkg/system/utimes_darwin.go

9 lines
181 B
Go

package system
import "syscall"
// LUtimesNano is not supported by darwin platform.
func LUtimesNano(path string, ts []syscall.Timespec) error {
return ErrNotSupportedPlatform
}