From 862ddb37b4e24bcb89f060d50325c8f863ee99bc Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 28 Apr 2021 11:42:34 -0700 Subject: runtime: rename walltime1 to walltime Change-Id: Iec9de5ca56eb68d524bbaa0668515dbd09ad38a1 Reviewed-on: https://go-review.googlesource.com/c/go/+/314770 Trust: Ian Lance Taylor Run-TryBot: Ian Lance Taylor Reviewed-by: Michael Knyszek --- src/runtime/sys_openbsd2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/sys_openbsd2.go') diff --git a/src/runtime/sys_openbsd2.go b/src/runtime/sys_openbsd2.go index 73157043be..16a518df17 100644 --- a/src/runtime/sys_openbsd2.go +++ b/src/runtime/sys_openbsd2.go @@ -162,7 +162,7 @@ func nanotime1() int64 { func clock_gettime_trampoline() //go:nosplit -func walltime1() (int64, int32) { +func walltime() (int64, int32) { var ts timespec args := struct { clock_id int32 -- cgit v1.3