blob: 3f475a0e3dd844d8141a132c3fc6533766b54bcb [file] [log] [blame]
//go:build ignore
// +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