elvish/eval/process_windows.go

7 lines
171 B
Go
Raw Normal View History

package eval
// Process control functions in Windows. These are all NOPs.
func ignoreTTOU() {}
func unignoreTTOU() {}
func putSelfInFg() error { return nil }