Codebase list golang-github-creack-pty / run/e58525f8-02b1-4047-be3a-5a1436a12472/main types_freebsd.go
run/e58525f8-02b1-4047-be3a-5a1436a12472/main

Tree @run/e58525f8-02b1-4047-be3a-5a1436a12472/main (Download .tar.gz)

types_freebsd.go @run/e58525f8-02b1-4047-be3a-5a1436a12472/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