summaryrefslogtreecommitdiff
path: root/libgo/go/strings/strings_amd64.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/strings/strings_amd64.go')
-rw-r--r--libgo/go/strings/strings_amd64.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/strings/strings_amd64.go b/libgo/go/strings/strings_amd64.go
index 55bf2d2f6fc..4b06f8a0c18 100644
--- a/libgo/go/strings/strings_amd64.go
+++ b/libgo/go/strings/strings_amd64.go
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build ignore
+
package strings
// indexShortStr returns the index of the first instance of c in s, or -1 if c is not present in s.