aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/timestub.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/timestub.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/timestub.go')
-rw-r--r--src/runtime/timestub.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/timestub.go b/src/runtime/timestub.go
index a76a761936..f9230da69f 100644
--- a/src/runtime/timestub.go
+++ b/src/runtime/timestub.go
@@ -5,7 +5,6 @@
// Declarations for operating systems implementing time.now
// indirectly, in terms of walltime and nanotime assembly.
-// +build !darwin !amd64,!386
// +build !windows
package runtime