Codebase list golang-pty / upstream/1.1.3 types_dragonfly.go
upstream/1.1.3

Tree @upstream/1.1.3 (Download .tar.gz)

types_dragonfly.go @upstream/1.1.3raw · 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