Skip to content

Commit

Permalink
Added 'os400' (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Apr 18, 2022
1 parent a5e9f81 commit c34436b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion term.go
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build aix darwin dragonfly freebsd linux,!appengine netbsd openbsd solaris
// +build aix darwin dragonfly freebsd linux,!appengine netbsd openbsd os400 solaris

// Package terminal provides support functions for dealing with terminals, as
// commonly found on UNIX systems.
Expand Down
2 changes: 1 addition & 1 deletion term_nosyscall6.go
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build aix solaris
// +build aix os400 solaris

package readline

Expand Down
2 changes: 1 addition & 1 deletion utils_unix.go
@@ -1,4 +1,4 @@
// +build aix darwin dragonfly freebsd linux,!appengine netbsd openbsd solaris
// +build aix darwin dragonfly freebsd linux,!appengine netbsd openbsd os400 solaris

package readline

Expand Down

0 comments on commit c34436b

Please sign in to comment.