blob: 3e18359de388ef80faed8ee7d7ddab416c619a9a [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_TIOCPTSNAME = C.TIOCPTSNAME
ioctl_TIOCGRANTPT = C.TIOCGRANTPT
)