diff options
Diffstat (limited to 'libgo/go/archive/tar/stat_actime1.go')
-rw-r--r-- | libgo/go/archive/tar/stat_actime1.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/archive/tar/stat_actime1.go b/libgo/go/archive/tar/stat_actime1.go index cf9cc79c591..1bdd1c9dcb2 100644 --- a/libgo/go/archive/tar/stat_actime1.go +++ b/libgo/go/archive/tar/stat_actime1.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 dragonfly openbsd solaris +// +build aix linux dragonfly openbsd solaris package tar |