]> git.ipfire.org Git - thirdparty/zstd.git/commit
fileio: Disable BACKTRACE under uClibc 1613/head
authorRosen Penev <rosenp@gmail.com>
Mon, 6 May 2019 22:02:47 +0000 (15:02 -0700)
committerGitHub <noreply@github.com>
Mon, 6 May 2019 22:02:47 +0000 (15:02 -0700)
commit23b5ee12366bd87f736fc520aad7425970f69dc5
tree13c841d940c1ed6d04dc2f74a0f2f22f6e38bc06
parentbfbef51afbd560cfed52075a1984dcc0fc80c0c5
fileio: Disable BACKTRACE under uClibc

uClibc does not support BACKTRACE. It also defines __GLIBC__ and minor as both 2.
This fixes compilation under such a setup.
programs/fileio.c