diff options
Diffstat (limited to 'libgo/go/syscall/libcall_posix_largefile.go')
-rw-r--r-- | libgo/go/syscall/libcall_posix_largefile.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/syscall/libcall_posix_largefile.go b/libgo/go/syscall/libcall_posix_largefile.go index 1f437b4..9b13735 100644 --- a/libgo/go/syscall/libcall_posix_largefile.go +++ b/libgo/go/syscall/libcall_posix_largefile.go @@ -2,7 +2,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 // POSIX library calls on systems which use the largefile interface. |