aboutsummaryrefslogtreecommitdiff
path: root/net/usbip/patches-2.0/100-musl-compat.patch
Commit message (Collapse)AuthorAge
* usb: fix musl compatibilityJo-Philipp Wich2015-06-25
Replace the nonstandard `SIGCLD` signal name with the proper `SIGCHLD` spelling as the `SIGCLD` alias is not provided by musl. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>