diff options
Diffstat (limited to 'vendor/golang.org/x/sys/unix/asm_linux_s390x.s')
-rw-r--r-- | vendor/golang.org/x/sys/unix/asm_linux_s390x.s | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vendor/golang.org/x/sys/unix/asm_linux_s390x.s b/vendor/golang.org/x/sys/unix/asm_linux_s390x.s index c46aab3..2c394b1 100644 --- a/vendor/golang.org/x/sys/unix/asm_linux_s390x.s +++ b/vendor/golang.org/x/sys/unix/asm_linux_s390x.s @@ -3,9 +3,6 @@ // license that can be found in the LICENSE file. //go:build linux && s390x && gc -// +build linux -// +build s390x -// +build gc #include "textflag.h" |