Skip to content

Commit

Permalink
Merge pull request #334 from v1gnesh/zos
Browse files Browse the repository at this point in the history
Add support for zOS
  • Loading branch information
dnephin committed Jun 12, 2023
2 parents 884b5c3 + 0d4a7cf commit 6d53517
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/filewatcher/term_zos.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package filewatcher

import "golang.org/x/sys/unix"

const tcGet = unix.TCGETS
const tcSet = unix.TCSETS

0 comments on commit 6d53517

Please sign in to comment.