diff options
Diffstat (limited to 'src/runtime/vdso_none.go')
| -rw-r--r-- | src/runtime/vdso_none.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/runtime/vdso_none.go b/src/runtime/vdso_none.go index b4e0a0e349..efae23f6ee 100644 --- a/src/runtime/vdso_none.go +++ b/src/runtime/vdso_none.go @@ -2,9 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !linux !amd64 -// +build !linux !386 -// +build !linux !arm +// +build !linux package runtime |
