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"
|
import "syscall"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
getTermios = syscall.TCIOGETA
|
getTermios = syscall.TIOCGETA
|
||||||
setTermios = syscall.TCIOSETA
|
setTermios = syscall.TIOCSETA
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue