Files
creack.pty/types.go
Yuval Pavel Zholkover 88e4fdb5b4 Portable ioctl calls
Add _IOC macros (<sys/ioccom.h>, <asm-generic/ioctl.h>) for linux and bsd's, unify ioctl() calls.
FreeBSD: use modern pts(4) interface instead of the old pty(4) one
2014-03-14 17:28:51 +02:00

11 lines
83 B
Go

// +build ignore
package pty
import "C"
type (
_C_int C.int
_C_uint C.uint
)