aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/timeasm.go
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2018-05-26 09:58:26 -0700
committerKeith Randall <khr@golang.org>2018-05-29 22:32:30 +0000
commit6c6e22e5a9b70f22750e4fc210cd67175c6d1187 (patch)
tree39488ab465f7802655aaf9a9808a1165397e40d5 /src/runtime/timeasm.go
parentb0ac2546b1851a4835ad687e649dead7f610f6a9 (diff)
downloadgo-6c6e22e5a9b70f22750e4fc210cd67175c6d1187.tar.gz
go-6c6e22e5a9b70f22750e4fc210cd67175c6d1187.zip
runtime: implement time.now using libc
Change-Id: Ibdd9202d9711ea8aab2446c9950ddb8e1f6bf4e0 Reviewed-on: https://go-review.googlesource.com/114799 Run-TryBot: Keith Randall <khr@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/runtime/timeasm.go')
-rw-r--r--src/runtime/timeasm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/timeasm.go b/src/runtime/timeasm.go
index 7474bec556..5af920c18c 100644
--- a/src/runtime/timeasm.go
+++ b/src/runtime/timeasm.go
@@ -6,7 +6,7 @@
// Those systems are also expected to have nanotime subtract startNano,
// so that time.now and nanotime return the same monotonic clock readings.
-// +build darwin,amd64 darwin,386 windows
+// +build windows
package runtime