package sdnotify

import (
	// For go:linkname to work.
	_ "unsafe"
)

//go:noescape
//go:linkname nanotime runtime.nanotime
func nanotime() int64