mirror of
https://github.com/creack/pty.git
synced 2026-03-31 18:47:10 +09:00
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
11 lines
83 B
Go
11 lines
83 B
Go
// +build ignore
|
|
|
|
package pty
|
|
|
|
import "C"
|
|
|
|
type (
|
|
_C_int C.int
|
|
_C_uint C.uint
|
|
)
|