Codebase list golang-pty / debian/latest types_dragonfly.go
debian/latest

Tree @debian/latest (Download .tar.gz)

types_dragonfly.go @debian/latestraw · history · blame

// +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