diff options
| author | Russ Cox <rsc@golang.org> | 2022-11-23 16:30:11 -0500 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-12-02 16:30:41 +0000 |
| commit | 6ec6492f5599f9fa811258ddec5cdf3dced6af82 (patch) | |
| tree | e8804efba1fb9d07db6f062078752baff1afa0b2 /api/next | |
| parent | db4be8f510f0c4cddd45f51bcb24168414d9e2b2 (diff) | |
| download | go-6ec6492f5599f9fa811258ddec5cdf3dced6af82.tar.xz | |
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/next')
| -rw-r--r-- | api/next/46731.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/next/46731.txt b/api/next/46731.txt index 1d491ef7ec..0f248c9135 100644 --- a/api/next/46731.txt +++ b/api/next/46731.txt @@ -1,4 +1,5 @@ pkg runtime/cgo (darwin-amd64-cgo), type Incomplete struct #46731 +pkg runtime/cgo (darwin-arm64-cgo), type Incomplete struct #46731 pkg runtime/cgo (freebsd-386-cgo), type Incomplete struct #46731 pkg runtime/cgo (freebsd-amd64-cgo), type Incomplete struct #46731 pkg runtime/cgo (freebsd-arm-cgo), type Incomplete struct #46731 @@ -11,4 +12,3 @@ pkg runtime/cgo (netbsd-arm-cgo), type Incomplete struct #46731 pkg runtime/cgo (netbsd-arm64-cgo), type Incomplete struct #46731 pkg runtime/cgo (openbsd-386-cgo), type Incomplete struct #46731 pkg runtime/cgo (openbsd-amd64-cgo), type Incomplete struct #46731 -pkg runtime/cgo, type Incomplete struct #46731 |
