tcsh: fix musl compatibility 1428/head
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 18 Jun 2015 18:32:50 +0000 (20:32 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 18 Jun 2015 18:33:40 +0000 (20:33 +0200)
commitb2aba4640687831eca12aed3af530d1c6710bc11
treec1f2ee1f97076888dd1345dcb32827d78bd87bc4
parent4116e327afee80aaea33a16358f5f7c0da687bec
tcsh: fix musl compatibility

Avoid using `union wait` under musl as it does not provide this definition.
Implement solution suggested by http://www.openwall.com/lists/musl/2013/06/21/4

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
utils/tcsh/Makefile
utils/tcsh/patches/100-musl-compat.patch [new file with mode: 0644]