Codebase list golang-pty / debian/latest types_openbsd.go
debian/latest

Tree @debian/latest (Download .tar.gz)

types_openbsd.go @debian/latestraw · history · blame

// +build ignore

package pty

/*
#include <sys/time.h>
#include <stdlib.h>
#include <sys/tty.h>
*/
import "C"

type ptmget C.struct_ptmget

var ioctl_PTMGET = C.PTMGET