diff options
Diffstat (limited to 'libgo/go/syscall/dirent.go')
-rw-r--r-- | libgo/go/syscall/dirent.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/syscall/dirent.go b/libgo/go/syscall/dirent.go index 58c34c3fe66..57264493163 100644 --- a/libgo/go/syscall/dirent.go +++ b/libgo/go/syscall/dirent.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 aix darwin dragonfly freebsd hurd js,wasm linux nacl netbsd openbsd solaris +// +build aix darwin dragonfly freebsd hurd js,wasm linux netbsd openbsd solaris package syscall |