blob: 9a8cf9cd4a817cff7f0da3b16a4f294d2e53533d [file] [log] [blame]
// +build !linux,!freebsd
package system
import "syscall"
func LUtimesNano(path string, ts []syscall.Timespec) error {
return ErrNotSupportedPlatform
}
func UtimesNano(path string, ts []syscall.Timespec) error {
return ErrNotSupportedPlatform
}