Codebase list golang-github-creack-pty / 37bf74bc-5c86-4dce-98e5-0b757f62463f/main types_dragonfly.go
37bf74bc-5c86-4dce-98e5-0b757f62463f/main

Tree @37bf74bc-5c86-4dce-98e5-0b757f62463f/main (Download .tar.gz)

types_dragonfly.go @37bf74bc-5c86-4dce-98e5-0b757f62463f/mainraw · history · blame

//go:build ignore
//+build ignore

package pty

/*
#define _KERNEL
#include <sys/conf.h>
#include <sys/param.h>
#include <sys/filio.h>
*/
import "C"

const (
	_C_SPECNAMELEN = C.SPECNAMELEN /* max length of devicename */
)

type fiodgnameArg C.struct_fiodname_args