xz: Don't fail if stdout doesn't support O_NONBLOCK.
commit4170edc914655310d2363baccf5e615e09b04911
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 9 Jan 2015 19:34:06 +0000 (9 21:34 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 9 Jan 2015 19:34:06 +0000 (9 21:34 +0200)
tree0e6e90f4c413506743bf87e579ad0bc489faf33c
parent04bbc0c2843c50c8ad1cba42b937118e38b0508d
xz: Don't fail if stdout doesn't support O_NONBLOCK.

This is similar to the case with stdin.

Thanks to Brad Smith for the bug report and testing
on OpenBSD.
src/xz/file_io.c