Merge pull request #1469 from jow-/squid-musl-compat
[feed/packages.git] / net / usbip / patches-2.0 / 100-musl-compat.patch
1 --- a/src/usbipd.c
2 +++ b/src/usbipd.c
3 @@ -453,7 +453,7 @@ static void set_signal(void)
4 sigaction(SIGTERM, &act, NULL);
5 sigaction(SIGINT, &act, NULL);
6 act.sa_handler = SIG_IGN;
7 - sigaction(SIGCLD, &act, NULL);
8 + sigaction(SIGCHLD, &act, NULL);
9 }
10
11 static const char *pid_file;