aboutsummaryrefslogtreecommitdiff
path: root/api/go1.17.txt
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2022-11-23 16:30:11 -0500
committerGopher Robot <gobot@golang.org>2022-12-02 16:30:41 +0000
commit6ec6492f5599f9fa811258ddec5cdf3dced6af82 (patch)
treee8804efba1fb9d07db6f062078752baff1afa0b2 /api/go1.17.txt
parentdb4be8f510f0c4cddd45f51bcb24168414d9e2b2 (diff)
downloadgo-6ec6492f5599f9fa811258ddec5cdf3dced6af82.tar.gz
go-6ec6492f5599f9fa811258ddec5cdf3dced6af82.zip
cmd/api: track darwin arm64 port
The darwin arm64 port was added in Go 1.16 and is a first-class port, so it should be tracked by cmd/api. This CL does that, backfilling API files as needed. It also removes a spurious cgo.Incomplete API feature. Change-Id: Idd995677915e81bf1c2e09be65b31e084b75f668 Reviewed-on: https://go-review.googlesource.com/c/go/+/453260 Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Auto-Submit: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'api/go1.17.txt')
-rw-r--r--api/go1.17.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/api/go1.17.txt b/api/go1.17.txt
index 3f8f2c61fb..ea0a694bd6 100644
--- a/api/go1.17.txt
+++ b/api/go1.17.txt
@@ -69,6 +69,12 @@ pkg math (darwin-amd64), const MinInt = -9223372036854775808
pkg math (darwin-amd64-cgo), const MaxInt = 9223372036854775807
pkg math (darwin-amd64-cgo), const MaxUint = 18446744073709551615
pkg math (darwin-amd64-cgo), const MinInt = -9223372036854775808
+pkg math (darwin-arm64), const MaxInt = 9223372036854775807
+pkg math (darwin-arm64), const MaxUint = 18446744073709551615
+pkg math (darwin-arm64), const MinInt = -9223372036854775808
+pkg math (darwin-arm64-cgo), const MaxInt = 9223372036854775807
+pkg math (darwin-arm64-cgo), const MaxUint = 18446744073709551615
+pkg math (darwin-arm64-cgo), const MinInt = -9223372036854775808
pkg math (freebsd-386), const MaxInt = 2147483647
pkg math (freebsd-386), const MaxUint = 4294967295
pkg math (freebsd-386), const MinInt = -2147483648
@@ -167,6 +173,10 @@ pkg runtime/cgo (darwin-amd64-cgo), func NewHandle(interface{}) Handle
pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Delete()
pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Value() interface{}
pkg runtime/cgo (darwin-amd64-cgo), type Handle uintptr
+pkg runtime/cgo (darwin-arm64-cgo), func NewHandle(interface{}) Handle
+pkg runtime/cgo (darwin-arm64-cgo), method (Handle) Delete()
+pkg runtime/cgo (darwin-arm64-cgo), method (Handle) Value() interface{}
+pkg runtime/cgo (darwin-arm64-cgo), type Handle uintptr
pkg runtime/cgo (freebsd-386-cgo), func NewHandle(interface{}) Handle
pkg runtime/cgo (freebsd-386-cgo), method (Handle) Delete()
pkg runtime/cgo (freebsd-386-cgo), method (Handle) Value() interface{}