diff options
author | Michael Pratt <mpratt@google.com> | 2019-05-29 17:46:50 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-05-30 12:08:10 -0700 |
commit | 8d25cd0b40694d1911724816d72b34d0717878d6 (patch) | |
tree | 4da9c272ad4b6e4a5fe29ae35f388b2a2dcfe5bb | |
parent | b18df9bed6af3ff9b526c9ebdcde33dffeac161e (diff) |
Update procid for Go 1.13
Upstream Go has no changes here.
PiperOrigin-RevId: 250602731
-rw-r--r-- | pkg/sentry/platform/procid/procid_amd64.s | 2 | ||||
-rw-r--r-- | pkg/sentry/platform/procid/procid_arm64.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/sentry/platform/procid/procid_amd64.s b/pkg/sentry/platform/procid/procid_amd64.s index 272c9fc14..30ec8e6e2 100644 --- a/pkg/sentry/platform/procid/procid_amd64.s +++ b/pkg/sentry/platform/procid/procid_amd64.s @@ -14,7 +14,7 @@ // +build amd64 // +build go1.8 -// +build !go1.13 +// +build !go1.14 #include "textflag.h" diff --git a/pkg/sentry/platform/procid/procid_arm64.s b/pkg/sentry/platform/procid/procid_arm64.s index 7a1684a18..e340d9f98 100644 --- a/pkg/sentry/platform/procid/procid_arm64.s +++ b/pkg/sentry/platform/procid/procid_arm64.s @@ -14,7 +14,7 @@ // +build arm64 // +build go1.8 -// +build !go1.13 +// +build !go1.14 #include "textflag.h" |