tcsh: fix out of memory error with musl
authorNuno Goncalves <nunojpg@gmail.com>
Sat, 18 Jul 2015 18:46:15 +0000 (19:46 +0100)
committerNuno Goncalves <nunojpg@gmail.com>
Sat, 18 Jul 2015 18:46:15 +0000 (19:46 +0100)
commit2bb6af5101c1133a1ce750df17709b98e20c3a03
treef65cd2dfe07e1748e8baaeabff7a88e05685b5aa
parente0ac4289074a123d333e7bbc1eeb993d3f037658
tcsh: fix out of memory error with musl

Since __GLIBC__ is no longer defined under musl, we must hard patch it.

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
utils/tcsh/Makefile
utils/tcsh/patches/001-sysmalloc.patch [new file with mode: 0644]