func syscall.NsecToTimespec
3 uses
syscall (current package)
timestruct.go#L13: func NsecToTimespec(nsec int64) Timespec {
os
file_posix.go#L182: utimes[0] = syscall.NsecToTimespec(atime.UnixNano())
file_posix.go#L183: utimes[1] = syscall.NsecToTimespec(mtime.UnixNano())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)