diff options
Diffstat (limited to 'libgo/go/runtime/stack.go')
-rw-r--r-- | libgo/go/runtime/stack.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/runtime/stack.go b/libgo/go/runtime/stack.go index 8398a10..708a4c2 100644 --- a/libgo/go/runtime/stack.go +++ b/libgo/go/runtime/stack.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 runtime import ( |