// +build !windows,!plan9

package sys

import (
	
)

// IsATTY returns true if the given file is a terminal.
func ( *os.File) bool {
	,  := TermiosForFd(int(.Fd()))
	return  == nil
}