Codebase list golang-pty / 425d264e-5671-49a2-a4ba-bc17e2527164/main types_openbsd.go
425d264e-5671-49a2-a4ba-bc17e2527164/main

Tree @425d264e-5671-49a2-a4ba-bc17e2527164/main (Download .tar.gz)

types_openbsd.go @425d264e-5671-49a2-a4ba-bc17e2527164/mainraw · 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