Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tcsh: fix out of memory error with musl | Nuno Goncalves | 2015-07-18 |
| | | | | | | Since __GLIBC__ is no longer defined under musl, we must hard patch it. Signed-off-by: Nuno Goncalves <nunojpg@gmail.com> | ||
* | tcsh: fix musl compatibility | Jo-Philipp Wich | 2015-06-18 |
| | | | | | | | 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> | ||
* | tcsh: update to 6.19.00 | Nuno Goncalves | 2015-05-25 |
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com> |