mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			186 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			186 B
		
	
	
	
		
			Go
		
	
	
	
	
	
// +build darwin freebsd openbsd netbsd dragonfly
 | 
						|
// +build !appengine
 | 
						|
 | 
						|
package logrus
 | 
						|
 | 
						|
import "golang.org/x/sys/unix"
 | 
						|
 | 
						|
const ioctlReadTermios = unix.TIOCGETA
 | 
						|
 | 
						|
type Termios unix.Termios
 |