]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: avoid the use of strsignal() in split
authorPádraig Brady <P@draigBrady.com>
Thu, 1 Sep 2011 14:07:51 +0000 (15:07 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 1 Sep 2011 14:20:55 +0000 (15:20 +0100)
commit0d89a42bff15d80574190537cc47f2f0aba24830
tree910f0b9229eec67c763bdad9feef9460f902c331
parentdf9cd0a426a9b52ddfcd1c17e368a89fa3c6fbde
build: avoid the use of strsignal() in split

... which is not available on some platforms,
and the replacement currently requires linking
with threading libraries.
* src/split.c (closeout): Remove the call to strsignal()
which is largely redundant anyway as sig2str()
is already used to map number to name in the error.
Reported by Bruno Haible on AIX 6.1 and 7.1
src/split.c