usb: fix musl compatibility
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Jun 2015 12:49:05 +0000 (14:49 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Jun 2015 12:49:52 +0000 (14:49 +0200)
commit757de70511761ece54f38a70759382ebefb15c59
tree398c28d8a5ee3a62813dc91572921fd20f89baaf
parent07c0677b7b96cc69109b8dda9cebd01e62aa2f26
usb: fix musl compatibility

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>
net/usbip/Makefile
net/usbip/patches-2.0/100-musl-compat.patch [new file with mode: 0644]