Codebase list golang-github-creack-pty / ee9c2be5-fe94-44cf-9c7c-a1adf815887d/main ztypes_openbsd_32bit_int.go
ee9c2be5-fe94-44cf-9c7c-a1adf815887d/main

Tree @ee9c2be5-fe94-44cf-9c7c-a1adf815887d/main (Download .tar.gz)

ztypes_openbsd_32bit_int.go @ee9c2be5-fe94-44cf-9c7c-a1adf815887d/mainraw · history · blame

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

package pty

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

var ioctl_PTMGET = 0x40287401