Codebase list golang-pty / upstream/1.1.3 types_openbsd.go
upstream/1.1.3

Tree @upstream/1.1.3 (Download .tar.gz)

types_openbsd.go @upstream/1.1.3raw · 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