Skip to content

Commit

Permalink
enable compilation on AIX
Browse files Browse the repository at this point in the history
  • Loading branch information
aklyachkin authored and muesli committed Jul 29, 2022
1 parent b8fe9af commit 2c7890b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions signals_unix.go
@@ -1,5 +1,5 @@
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || aix
// +build darwin dragonfly freebsd linux netbsd openbsd solaris aix

package tea

Expand Down
4 changes: 2 additions & 2 deletions tty_unix.go
@@ -1,5 +1,5 @@
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || aix
// +build darwin dragonfly freebsd linux netbsd openbsd solaris aix

package tea

Expand Down

0 comments on commit 2c7890b

Please sign in to comment.