Sign in
fuchsia
/
third_party
/
github.com
/
creack
/
pty
/
67e2db24c831afa6c64fc17b4a143390674365ef
/
.
/
types_freebsd.go
blob: ce3eb95181094ba2db38a1dcf9ccac4b8cc3ee87 [
file
] [
log
] [
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