]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: fix libstdbuf build on AIX 7
authorPádraig Brady <P@draigBrady.com>
Fri, 3 Mar 2017 08:23:56 +0000 (00:23 -0800)
committerPádraig Brady <P@draigBrady.com>
Fri, 3 Mar 2017 08:23:56 +0000 (00:23 -0800)
commitb88e4dd3c6f5cf6e825a5a269669e703408fdb4d
tree24829fce5e5771f1e8c6b66cb0150f77123c2378
parent00381d22d454ab8a2b095658bf55416b4695dc8c
build: fix libstdbuf build on AIX 7

* src/libstdbuf.c: undef malloc so as libstdbuf is
not linked with gnulib, and anyway the replacement is
never needed since we never malloc(0).
Reported by Assaf Gordon.
src/libstdbuf.c