mirror of
https://github.com/yudai/gotty.git
synced 2026-02-10 10:24:20 +01:00
Change to go1.6.1 and vendoring
This commit is contained in:
parent
b1c5226875
commit
a350994aa2
164 changed files with 17 additions and 1383 deletions
11
Godeps/_workspace/src/github.com/kr/pty/ioctl.go
generated
vendored
11
Godeps/_workspace/src/github.com/kr/pty/ioctl.go
generated
vendored
|
|
@ -1,11 +0,0 @@
|
|||
package pty
|
||||
|
||||
import "syscall"
|
||||
|
||||
func ioctl(fd, cmd, ptr uintptr) error {
|
||||
_, _, e := syscall.Syscall(syscall.SYS_IOCTL, fd, cmd, ptr)
|
||||
if e != 0 {
|
||||
return e
|
||||
}
|
||||
return nil
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue