Source File
ioctl_bsd.go
Belonging Package
src.elv.sh/pkg/sys
// +build darwin dragonfly freebsd netbsd openbsd// Copyright 2015 go-termios Author. All Rights Reserved.// https://github.com/go-termios/termios// Author: John Lenton <chipaca@github.com>package sysimportconst (getAttrIOCTL = unix.TIOCGETAsetAttrNowIOCTL = unix.TIOCSETAsetAttrDrainIOCTL = unix.TIOCSETAWsetAttrFlushIOCTL = unix.TIOCSETAFflushIOCTL = unix.TIOCFLUSH)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)