Documentation ¶
Overview ¶
Package syscall defines OS-specific syscall parameters.
Index ¶
Constants ¶
View Source
const IoctlTermiosGetAttr = syscall.TCGETS
IoctlTermiosGetAttr is the ioctl that implements termios tcgetattr.
Variables ¶
View Source
var CmdAttrs = &syscall.SysProcAttr{ Pdeathsig: syscall.SIGKILL, }
CmdAttrs is the SysProcAttr that will ensure graceful cleanup (on Linux).
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.