Tizen_4.0 base
[platform/upstream/docker-engine.git] / vendor / github.com / kr / pty / ztypes_freebsd_arm.go
1 // Created by cgo -godefs - DO NOT EDIT
2 // cgo -godefs types_freebsd.go
3
4 package pty
5
6 const (
7         _C_SPECNAMELEN = 0x3f
8 )
9
10 type fiodgnameArg struct {
11         Len int32
12         Buf *byte
13 }