diff options
Diffstat (limited to 'libgo/go/syscall/errstr.go')
-rw-r--r-- | libgo/go/syscall/errstr.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/syscall/errstr.go b/libgo/go/syscall/errstr.go index aa656ca..25b0063 100644 --- a/libgo/go/syscall/errstr.go +++ b/libgo/go/syscall/errstr.go @@ -4,6 +4,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build !linux + package syscall //sysnb strerror_r(errnum int, buf []byte) (err Errno) |