8000 added build tags required for gcc-go on AIX · etherscan-io/sftp@ed3a8b6 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit ed3a8b6

Browse files
author
Abdulla Kaleem
committed
added build tags required for gcc-go on AIX
1 parent 57673e3 commit ed3a8b6

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)
0