go/src/time/sys_unix.go

// for testing: whatever interrupts a sleep
func interrupt() {}

func open(name string) (uintptr, error) {}

func read(fd uintptr, buf []byte) (int, error) {}

func closefd(fd uintptr) {}

func preadn(fd uintptr, buf []byte, off int) error {}