blob: ce3eb95181094ba2db38a1dcf9ccac4b8cc3ee87 [file] [log] [blame]
// +build ignore
package pty
/*
#include <sys/param.h>
#include <sys/filio.h>
*/
import "C"
const (
_C_SPECNAMELEN = C.SPECNAMELEN /* max length of devicename */
)
type fiodgnameArg C.struct_fiodgname_arg