Codebase list golang-pty / dbb47f01-3adc-42d1-b997-cd228ca57531/main types_openbsd.go
dbb47f01-3adc-42d1-b997-cd228ca57531/main

Tree @dbb47f01-3adc-42d1-b997-cd228ca57531/main (Download .tar.gz)

types_openbsd.go @dbb47f01-3adc-42d1-b997-cd228ca57531/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