Codebase list golang-github-creack-pty / a9758ce7-7750-4d2a-9779-fee6d664fbf1/upstream ztypes_openbsd_32bit_int.go
a9758ce7-7750-4d2a-9779-fee6d664fbf1/upstream

Tree @a9758ce7-7750-4d2a-9779-fee6d664fbf1/upstream (Download .tar.gz)

ztypes_openbsd_32bit_int.go @a9758ce7-7750-4d2a-9779-fee6d664fbf1/upstreamraw · history · blame

//go:build (386 || amd64 || arm || arm64) && solaris
//+build openbsd
//+build 386 amd64 arm arm64

package pty

type ptmget struct {
	Cfd int32
	Sfd int32
	Cn  [16]int8
	Sn  [16]int8
}

var ioctl_PTMGET = 0x40287401