]> git.ipfire.org Git - thirdparty/zstd.git/commit
Only check for tty in non-windows environments
authorTopher Lubaway <asimplechris@gmail.com>
Mon, 11 Jun 2018 22:26:35 +0000 (15:26 -0700)
committerTopher Lubaway <asimplechris@gmail.com>
Mon, 11 Jun 2018 22:26:35 +0000 (15:26 -0700)
commit881defaeb39e20ad2b11ff1c07237e58c644739e
tree47d946dccade0cbb345ef592793bddfc0f9b566a
parent5ca1d5c6f445d3c3240132eb4a42c6eb50882cab
Only check for tty in non-windows environments

unistd.h is for unix standard tools.
There does not appear to be a simple isatty for windows
this we only run the logic and header include in
non-windows environments
programs/fileio.c