No Description

100-musl-compat.patch 284B

1234567891011
  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. static const char *pid_file;