File: consts_linux.go

package info (click to toggle)
bombadillo 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 412 kB
  • sloc: makefile: 59
file content (10 lines) | stat: -rw-r--r-- 130 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
// +build linux

package termios

import "syscall"

const (
	getTermiosIoctl = syscall.TCGETS
	setTermiosIoctl = syscall.TCSETS
)