File: ztypes_dragonfly_amd64.go

package info (click to toggle)
golang-github-creack-pty 1.1.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 324 kB
  • sloc: sh: 51; asm: 5; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//go:build amd64 && dragonfly
// +build amd64,dragonfly

// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types_dragonfly.go

package pty

const (
	_C_SPECNAMELEN = 0x3f
)

type fiodgnameArg struct {
	Name      *byte
	Len       uint32
	Pad_cgo_0 [4]byte
}