types_freebsd.go 228 B

12345678910111213141516
  1. //go:build ignore
  2. // +build ignore
  3. package pty
  4. /*
  5. #include <sys/param.h>
  6. #include <sys/filio.h>
  7. */
  8. import "C"
  9. const (
  10. _C_SPECNAMELEN = C.SPECNAMELEN /* max length of devicename */
  11. )
  12. type fiodgnameArg C.struct_fiodgname_arg