github.com/dolfly/pty@v1.2.1/types_freebsd.go (about)

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