Source File
termios_64bitflag.go
Belonging Package
src.elv.sh/pkg/sys
// +build amd64,darwin arm64,darwinpackage sys// The type of Termios.Lflag is different on different platforms.// This file is for those where Lflag is uint64.func ( *uint64, uint64, bool) {if {* |=} else {* &= ^}}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)