mirror of
https://github.com/creack/pty.git
synced 2026-03-31 02:27:08 +09:00
* Add GHA workflow to run test_crosscompile and go test * crosscompile job doesn't need setup-go * Test more go versions * Test 1.6 * Remove 1.13 and add comment of testing strategy
18 lines
255 B
Go
18 lines
255 B
Go
//go:build amd64 && freebsd
|
|
// +build amd64,freebsd
|
|
|
|
// Created by cgo -godefs - DO NOT EDIT
|
|
// cgo -godefs types_freebsd.go
|
|
|
|
package pty
|
|
|
|
const (
|
|
_C_SPECNAMELEN = 0x3f
|
|
)
|
|
|
|
type fiodgnameArg struct {
|
|
Len int32
|
|
Pad_cgo_0 [4]byte
|
|
Buf *byte
|
|
}
|