aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/timestub2.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/runtime/timestub2.go')
-rw-r--r--libgo/go/runtime/timestub2.go11
1 files changed, 10 insertions, 1 deletions
diff --git a/libgo/go/runtime/timestub2.go b/libgo/go/runtime/timestub2.go
index f691388..d9b4ee0 100644
--- a/libgo/go/runtime/timestub2.go
+++ b/libgo/go/runtime/timestub2.go
@@ -2,6 +2,15 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//-go:build !aix && !darwin && !freebsd && !openbsd && !solaris && !windows && !(linux && amd64)
+// -build !aix
+// -build !darwin
+// -build !freebsd
+// -build !openbsd
+// -build !solaris
+// -build !windows
+// -build !linux !amd64
+
package runtime
-func walltime1() (sec int64, nsec int32)
+func walltime() (sec int64, nsec int32)