diff options
Diffstat (limited to 'libgo/go/os/error_errno.go')
-rw-r--r-- | libgo/go/os/error_errno.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/os/error_errno.go b/libgo/go/os/error_errno.go index 31ae05a21e8..580e915b73c 100644 --- a/libgo/go/os/error_errno.go +++ b/libgo/go/os/error_errno.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build !plan9 // +build !plan9 package os |