diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-07-30 20:47:08 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-07-30 20:47:08 +0000 |
commit | 8110ab1bd357b5cb6cdf4e18e9fabf8cbe4950e5 (patch) | |
tree | 52c621494f5f8184b356c33cfdeeb8e7ae7c7a45 /pkg/procid/procid_arm64.s | |
parent | 904163540563b2d9c1069ae348a1a4e05efc675c (diff) | |
parent | 62ea5c0a2212b9827f093551fc3da166facb9f0b (diff) |
Merge release-20210726.0-12-g62ea5c0a2 (automated)
Diffstat (limited to 'pkg/procid/procid_arm64.s')
-rw-r--r-- | pkg/procid/procid_arm64.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/procid/procid_arm64.s b/pkg/procid/procid_arm64.s index 772d96289..48182c4a9 100644 --- a/pkg/procid/procid_arm64.s +++ b/pkg/procid/procid_arm64.s @@ -15,6 +15,10 @@ //go:build arm64 && go1.8 && !go1.18 && go1.1 // +build arm64,go1.8,!go1.18,go1.1 +// //go:linkname directives type-checked by checklinkname. Any other +// non-linkname assumptions outside the Go 1 compatibility guarantee should +// have an accompanied vet check or version guard build tag. + #include "textflag.h" TEXT ·Current(SB),NOSPLIT,$0-8 |