mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 16:14:05 -08:00
771e5a5d1d
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
11 lines
178 B
Go
11 lines
178 B
Go
// +build darwin freebsd openbsd netbsd dragonfly
|
|
// +build !appengine
|
|
|
|
package logrus
|
|
|
|
import "syscall"
|
|
|
|
const ioctlReadTermios = syscall.TIOCGETA
|
|
|
|
type Termios syscall.Termios
|