aboutsummaryrefslogtreecommitdiff
path: root/utils/picocom/patches
Commit message (Collapse)AuthorAge
* picocom: fix compilation with musl (#1383)Jo-Philipp Wich2015-06-16
Only use termio.h with glibc or uclibc, for musl include sys/ioctl.h and termios.h instead. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>