Skip to content

Commit 7ef932e

Browse files
authored
Merge pull request pkg#262 from ghafoors/aix_compatibility
added build tags required for gcc-go on AIX
2 parents 1afc1d9 + ed3a8b6 commit 7ef932e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

attrs_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build darwin dragonfly freebsd !android,linux netbsd openbsd solaris
1+
// +build darwin dragonfly freebsd !android,linux netbsd openbsd solaris aix
22
// +build cgo
33

44
package sftp

server_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build darwin dragonfly freebsd !android,linux netbsd openbsd solaris
1+
// +build darwin dragonfly freebsd !android,linux netbsd openbsd solaris aix
22
// +build cgo
33

44
package sftp

0 commit comments

Comments
 (0)