Browse Source

Add AIX support

Clément Chigot 6 years ago
parent
commit
463fe4a8d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      isatty_tcgets.go

+ 1 - 1
isatty_linux.go → isatty_tcgets.go

@@ -1,4 +1,4 @@
-// +build linux
+// +build linux aix
 // +build !appengine
 // +build !android