Files
creack.pty/types.go
Guillaume J. Charmes f73a158a9a Simplify solaris implementation. (#120)
Remove golang.org/x/sys/unix dependency for solaris
Add new go build tag directives
2021-05-29 18:39:47 -04:00

12 lines
100 B
Go

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