summaryrefslogtreecommitdiffhomepage
path: root/pkg/procid
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-02-18 23:35:57 +0000
committergVisor bot <gvisor-bot@google.com>2021-02-18 23:35:57 +0000
commit86cb33a031425bcc61210778836acfb935c4d7db (patch)
treeaaf1ee3e79fd67b339e1922e193368ea3f5df488 /pkg/procid
parent9253ef5a85a731313fb148a5aa687575431f58dc (diff)
parentf80a857a4f5f57908c64a22f5de0e07df722227d (diff)
Merge release-20210208.0-73-gf80a857a4 (automated)
Diffstat (limited to 'pkg/procid')
-rw-r--r--pkg/procid/procid_amd64.s2
-rw-r--r--pkg/procid/procid_arm64.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/procid/procid_amd64.s b/pkg/procid/procid_amd64.s
index a45920040..c4307c523 100644
--- a/pkg/procid/procid_amd64.s
+++ b/pkg/procid/procid_amd64.s
@@ -14,7 +14,7 @@
// +build amd64
// +build go1.8
-// +build !go1.17
+// +build !go1.18
#include "textflag.h"
diff --git a/pkg/procid/procid_arm64.s b/pkg/procid/procid_arm64.s
index 9d3b0666d..c1c409f3c 100644
--- a/pkg/procid/procid_arm64.s
+++ b/pkg/procid/procid_arm64.s
@@ -14,7 +14,7 @@
// +build arm64
// +build go1.8
-// +build !go1.17
+// +build !go1.18
#include "textflag.h"