commit | 6bd0349c58451b13442e8f463e35de83548bf985 | [log] [tgz] |
---|---|---|
author | Lasse Collin <lasse.collin@tukaani.org> | Mon Apr 20 19:59:18 2015 +0300 |
committer | Lasse Collin <lasse.collin@tukaani.org> | Mon Apr 20 20:17:48 2015 +0300 |
tree | 2c9ffc2992ce7e78c7739e00bbb317deea3fa14f | |
parent | fc0df0f8db87dff45543708a711e17d29c37f632 [diff] |
Revert "xz: Use pipe2() if available." This reverts commit 7a11c4a8e5e15f13d5fa59233b3172e65428efdd. It is a problem when libc has pipe2() but the kernel is too old to have pipe2() and thus pipe2() fails. In xz it's pointless to have a fallback for non-functioning pipe2(); it's better to avoid pipe2() completely. Thanks to Michael Fox for the bug report.