blob: 47701b5f9e014cbb4fd1865daadf91b1818c67ac [file] [log] [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