Codebase list golang-github-creack-pty / b58a748b-a047-42cf-a679-b33593e4c57e/main types_freebsd.go
b58a748b-a047-42cf-a679-b33593e4c57e/main

Tree @b58a748b-a047-42cf-a679-b33593e4c57e/main (Download .tar.gz)

types_freebsd.go @b58a748b-a047-42cf-a679-b33593e4c57e/mainraw · history · blame

//go:build ignore
//+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