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