blob: 2a28362a1a8c643f2a08a1351cd6793ba7927f7d [file] [log] [blame]
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package time
// for testing: whatever interrupts a sleep
func interrupt() {
}
func initLocal() {
localLoc.name = "UTC"
}
func read(fd uintptr, buf []byte) (int, error) {
panic("TODO")
}
func open(name string) (uintptr, error) {
panic("TODO")
}
func closefd(fd uintptr) {
panic("TODO")
}
func preadn(fd uintptr, buf []byte, off int) error {
panic("TODO")
}
func isNotExist(err error) bool {
panic("TODO")
}