Codebase list golang-pty / debian/1.1.3-1 types_freebsd.go
debian/1.1.3-1

Tree @debian/1.1.3-1 (Download .tar.gz)

types_freebsd.go @debian/1.1.3-1raw · history · 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