summaryrefslogtreecommitdiff
path: root/src/runtime/os_darwin.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-11-11 23:00:29 -0500
committerRuss Cox <rsc@golang.org>2014-11-11 23:00:29 -0500
commitef35f8a674d61b2946ba2a3d4340a28b3d8ae96e (patch)
treebdba506721a2804a076a80054d9b852b00eed01c /src/runtime/os_darwin.go
parentb44834d2002225f283764d5f43651ba83a0d797d (diff)
downloadgo-ef35f8a674d61b2946ba2a3d4340a28b3d8ae96e.tar.gz
[dev.cc] runtime: convert freebsd to Go
It builds. Don't know if it works, but it's a lot closer than having everything in C. LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/168590043
Diffstat (limited to 'src/runtime/os_darwin.go')
-rw-r--r--src/runtime/os_darwin.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/runtime/os_darwin.go b/src/runtime/os_darwin.go
index fce01efef..d8296e056 100644
--- a/src/runtime/os_darwin.go
+++ b/src/runtime/os_darwin.go
@@ -34,7 +34,3 @@ func sigtramp()
func setitimer(mode int32, new, old *itimerval)
func raise(int32)
-
-// careful: cputicks is not guaranteed to be monotonic! In particular, we have
-// noticed drift between cpus on certain os/arch combinations. See issue 8976.
-func cputicks() int64