blob: 0a5df1bb34f46df708fff6b200698b0bab65b881 [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