Codebase list golang-pty / upstream/0.0_git20141217.141937.1.05017fc types_freebsd.go
upstream/0.0_git20141217.141937.1.05017fc

Tree @upstream/0.0_git20141217.141937.1.05017fc (Download .tar.gz)

types_freebsd.go @upstream/0.0_git20141217.141937.1.05017fcraw · 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