]> git.lizzy.rs Git - rust.git/commit
Provide a copy of stdout_isatty() on CloudABI.
authorEd Schouten <ed@nuxi.nl>
Tue, 2 Jan 2018 13:22:37 +0000 (14:22 +0100)
committerEd Schouten <ed@nuxi.nl>
Tue, 2 Jan 2018 13:22:37 +0000 (14:22 +0100)
commitabced5a6b5b0d2f1bcdb0311f8c99a701b7f0c49
treeedf7ed7686c513fcc2d6e95330cac3f5c209e6e3
parent04ce26a6f6a91a63255d37e5550e5ff4a9ed28ff
Provide a copy of stdout_isatty() on CloudABI.

CloudABI doesn't make any distinction between TTYs and ordinary pipes.
While there, remove the redundant implementation used by Redox. It can
use the same stub function.
src/libtest/lib.rs