diff options
Diffstat (limited to 'libgo/go/os/dir_largefile.go')
-rw-r--r-- | libgo/go/os/dir_largefile.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/os/dir_largefile.go b/libgo/go/os/dir_largefile.go index 2873342..75df6a4 100644 --- a/libgo/go/os/dir_largefile.go +++ b/libgo/go/os/dir_largefile.go @@ -5,7 +5,7 @@ // 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 +// +build aix linux solaris,386 solaris,sparc package os |