2014-06-17 19:19:42 -04:00
|
|
|
package system
|
|
|
|
|
|
|
|
import "syscall"
|
|
|
|
|
2015-07-28 12:13:12 -04:00
|
|
|
// LUtimesNano is not supported by darwin platform.
|
2014-06-17 19:19:42 -04:00
|
|
|
func LUtimesNano(path string, ts []syscall.Timespec) error {
|
|
|
|
return ErrNotSupportedPlatform
|
|
|
|
}
|