1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Forgot an import in termios_darwin

This commit is contained in:
shin- 2013-01-28 17:07:38 -08:00
parent 08ac1d0b35
commit c914aaf43e

View file

@ -1,5 +1,7 @@
package main
import "syscall"
const (
getTermios = syscall.TCIOGETA
setTermios = syscall.TCIOSETA