cloudflared-mirror/vendor/github.com/creack/pty/types_openbsd.go

15 lines
169 B
Go

// +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