diff options
Diffstat (limited to 'libgo/go/syscall/errstr.go')
-rw-r--r-- | libgo/go/syscall/errstr.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/syscall/errstr.go b/libgo/go/syscall/errstr.go index 6c2441d..59f7a82 100644 --- a/libgo/go/syscall/errstr.go +++ b/libgo/go/syscall/errstr.go @@ -4,8 +4,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !hurd -// +build !linux +//go:build !hurd && !linux +// +build !hurd,!linux package syscall |