mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed typo in Darwin termios settings
This commit is contained in:
parent
7a50153c32
commit
c283ff6675
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,6 @@ package main
|
|||
import "syscall"
|
||||
|
||||
const (
|
||||
getTermios = syscall.TCIOGETA
|
||||
setTermios = syscall.TCIOSETA
|
||||
getTermios = syscall.TIOCGETA
|
||||
setTermios = syscall.TIOCSETA
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue