Skip to content

Commit

Permalink
Merge pull request #580 from pkg/support-zos-s390x
Browse files Browse the repository at this point in the history
Add support for z/OS
  • Loading branch information
puellanivis committed Mar 20, 2024
2 parents 46d90e3 + 104c0f6 commit dbd0165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions attrs_unix.go
@@ -1,5 +1,5 @@
//go:build darwin || dragonfly || freebsd || (!android && linux) || netbsd || openbsd || solaris || aix || js
// +build darwin dragonfly freebsd !android,linux netbsd openbsd solaris aix js
//go:build darwin || dragonfly || freebsd || (!android && linux) || netbsd || openbsd || solaris || aix || js || zos
// +build darwin dragonfly freebsd !android,linux netbsd openbsd solaris aix js zos

package sftp

Expand Down
4 changes: 2 additions & 2 deletions ls_unix.go
@@ -1,5 +1,5 @@
//go:build aix || darwin || dragonfly || freebsd || (!android && linux) || netbsd || openbsd || solaris || js
// +build aix darwin dragonfly freebsd !android,linux netbsd openbsd solaris js
//go:build aix || darwin || dragonfly || freebsd || (!android && linux) || netbsd || openbsd || solaris || js || zos
// +build aix darwin dragonfly freebsd !android,linux netbsd openbsd solaris js zos

package sftp

Expand Down

0 comments on commit dbd0165

Please sign in to comment.