Skip to content

Commit 9ce8ca6

Browse files
authored
Add AIX support (#44)
1 parent 4acb750 commit 9ce8ca6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

file_other.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
18+
// +build !windows
1919

2020
package txfile
2121

internal/vfs/osfs/mmap_other.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
18+
// +build !windows
1919

2020
package osfs
2121

internal/vfs/osfs/sync_other.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
// +build dragonfly freebsd netbsd openbsd solaris
18+
// +build !darwin,!linux,!windows
1919

2020
package osfs
2121

0 commit comments

Comments
 (0)