summaryrefslogtreecommitdiff
path: root/libgo/go/syscall/errstr.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/syscall/errstr.go')
-rw-r--r--libgo/go/syscall/errstr.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/syscall/errstr.go b/libgo/go/syscall/errstr.go
index aa656ca7cb..25b0063e76 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)