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())