summaryrefslogtreecommitdiff
path: root/libgo/go/os/dir_largefile.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/os/dir_largefile.go')
-rw-r--r--libgo/go/os/dir_largefile.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/os/dir_largefile.go b/libgo/go/os/dir_largefile.go
index 2555c7ba33..28733428fd 100644
--- a/libgo/go/os/dir_largefile.go
+++ b/libgo/go/os/dir_largefile.go
@@ -5,6 +5,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build linux solaris,386 solaris,sparc
+
package os
import "syscall"